Research Log
Sunday, 29 March 2015
Set 'd' postfix for debug dll/lib using CMake
if(WIN32)
# Postfix of .lib and .dll
set(CMAKE_DEBUG_POSTFIX "d")
endif()
http://stackoverflow.com/questions/17865072/linking-against-a-debug-version-of-a-library-with-cmake
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment