Dear CMake users!
 
I am using Visual C++ 6.0 and I'd like to have different output names
for the dlls I am building depending if they are in release or debug
mode. Additionally they should be placed in a certain path.
For example:
release mode: C:\anypath\outputdll_release.dll
debug mode:   C:\anypath\outputdll_debug.dll 
 
How can I configure CMake to do this ? Any help is very much
appreciated.
 
Andreas
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to