3 lines
95 B
CMake
3 lines
95 B
CMake
##differentiate between debug and release
|
|
set(CMAKE_DEBUG_POSTFIX "d${CMAKE_RELEASE_POSTFIX}")
|