Re: [CMake] Disable linker / only build object files

2009-04-30 Thread Greg Peele
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

Re: [CMake] header-only project for VS2005

2009-04-30 Thread Greg Peele
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

Re: [CMake] Bug? Broken header files in Visual C++ 2008 project

2008-08-27 Thread Greg Peele
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