Is there some magical way (or can anyone suggest how to implement) CMake can know that, for a debug build, it wants to link against ${FILENAMEWITHOUTEXTENSION}d.lib and for a release build against ${FILENAMEWITHOUTEXTENSION}.lib?
Double points if anyone also can suggest how I'd install the DLL versions of those libraries also (the same filename but with a .dll extension rather than .lib) Any other UNIX coders having to hack their CMakeLists to cater for Visual Studio's idiocies please raise your hands... Thanks in advance! -- Cheers, Mike Arthur _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake