ddl/cmake/set_library_naming_conventions.cmake
2019-12-12 14:41:47 +01:00

3 lines
95 B
CMake

##differentiate between debug and release
set(CMAKE_DEBUG_POSTFIX "d${CMAKE_RELEASE_POSTFIX}")