Tyler,
I know this isn't exactly what you asked, but have you considered
building each directory into a separate static library that is then
linked into your final library target? My understanding is that a
static library is essentially just an archive of object files.
-
Gregory Peele, Jr.
App
I don't know if this is still true, but when I ran into this on my
project, trying to call ADD_LIBRARY or ADD_EXECUTABLE with only headers
caused CMake to complain that it couldn't figure out the appropriate
linker language.
My solution was to write an empty .c or .cpp file, use ADD_LIBRARY to
bui
use source
group or any globbing though). Could you provide an example of how
you're using add_library or add_executable?
Greg Peele
Applied Research Associates, Inc.
On Thu, 2008-08-28 at 01:10 +0200, Thomas T. wrote:
> Hi CMakers!
>
> CMake is a great tool for cross-platform developm