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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to