[CMake] Cmake: Link boost statically in Xcode

2011-11-21 Thread Matthias Dörfelt
Hi, I am new to Xcode and I am currently trying to replicate existing Xcode projects (i manually created) with CMake for future portability reasons. Anyways, I am experiencing some weirdness when trying to build a static library using the Xcode generator. Here is an excerpt of the CMake

Re: [CMake] Cmake: Link boost statically in Xcode

2011-11-21 Thread David Cole
If you are building a static library, then there is nothing for the linker to put into your library that comes from boost. If somebody then builds a shared library or an executable that links to your library, they will also have to link the dependent boost libraries, if the functions they call in