[CMake] Question about linking lilbraries

Ilya Shvetsov chvetsov at kranx.com
Fri Nov 17 06:12:26 EST 2006


			Hi, all!
In our project we have 3 configuration: Debug, Release,  
ReleaseWithDebugInfo
For every configuration we have individual set of libraries

I can use TARGET_LINK_LIBRARIES with corresponding flags gor
configuration Debug or Release, but what about ReleaseWithDebugInfo?

Using LINK_FLAGS is compiler depended. And we lost dependency information.

We use CMake 2.4.3 with MSVC 2003/2005 and MinGW GCC 3.4.5 + MSYS

Thanks.
-Ilya


More information about the CMake mailing list