[CMake] Marking libraries (yes: maRking)

2006-03-01 Thread Rodrigo Madera
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.libdebug library MyLib-A.lib non unicode version MyLib-AD.lib nin unicode debug

Re: [CMake] Marking libraries (yes: maRking)

2006-03-01 Thread Brad King
Brandon J. Van Every wrote: Rodrigo Madera wrote: 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.libdebug library MyLib-A.lib non