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