ddl/cmake/set_library_naming_conventions.cmake

3 lines
95 B
CMake
Raw Permalink Normal View History

2019-12-12 13:41:47 +00:00
##differentiate between debug and release
set(CMAKE_DEBUG_POSTFIX "d${CMAKE_RELEASE_POSTFIX}")