[CMake] Marking libraries (yes: maRking)

Rodrigo Madera rodrigo.madera at gmail.com
Wed Mar 1 13:56:20 EST 2006


I have a project that build a lot of different libraries (like Boost
does, but it's not Boost) with configuration markings and build
options.

I want to build:

MyLib.lib:   the release library
MyLib-D.lib    debug library
MyLib-A.lib     non unicode version
MyLib-AD.lib   nin unicode debug library.

How can I do this _efficiently_?

Thanks
Rodrigo


More information about the CMake mailing list