Allowed debug postfix to be changed.

This commit is contained in:
Matthew Albrecht 2018-07-07 17:00:08 -05:00
parent 857f25cfd2
commit f9c2aeb736

View File

@ -53,7 +53,7 @@ if(ENABLE_HLSL)
endif(ENABLE_HLSL) endif(ENABLE_HLSL)
if(WIN32) if(WIN32)
set(CMAKE_DEBUG_POSTFIX "d") set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Adds a postfix for debug-built libraries.")
if(MSVC) if(MSVC)
include(ChooseMSVCCRT.cmake) include(ChooseMSVCCRT.cmake)
endif(MSVC) endif(MSVC)