Skip to content
Snippets Groups Projects
Commit f9c2aeb7 authored by Matthew Albrecht's avatar Matthew Albrecht
Browse files

Allowed debug postfix to be changed.

parent 857f25cf
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ if(ENABLE_HLSL)
endif(ENABLE_HLSL)
if(WIN32)
set(CMAKE_DEBUG_POSTFIX "d")
set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Adds a postfix for debug-built libraries.")
if(MSVC)
include(ChooseMSVCCRT.cmake)
endif(MSVC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment