Re: [CMake] Including object/archive/library in a static lib

2008-09-10 Thread Armand Filippi (Temp)
doc but I only found CMAKE_LANG_ARCHIVE_APPEND that I don't know how to use yet. Thanks again Armand From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Lowman Sent: September 9, 2008 10:43 PM To: Armand Filippi (Temp) Cc: cmake@cmake.org Subject: Re: [CMake] Including object

[CMake] Including object/archive/library in a static lib

2008-09-09 Thread Armand Filippi (Temp)
Hi all, I am trying to _include_ an externally built library B in a static lib A that I'm building with Cmake. For MSVC, I would like it to end up in the LibrarianAdditional Dependencies (and have its path in the Additional Library Directories). Also, this would add some /LIBPATH: and the

[CMake] 2.6.1 RC12 add_subdirectory(xxx EXCLUDE_FROM_ALL) problems

2008-07-28 Thread temp
Ross, Thomas wrote: Hello List! I was planning to switch a project from CMake 2.4.8 to CMake 2.6.1 when it hits final and was trying out the newest RC12 to see if it works for me so far. So what am I doing... I have an add_subdirectory(3rdParty EXCLUDE_FROM_ALL) in my main