Let CMAKE_DEBUG_POSTFIX be exposed for graphical CMake front-ends

This commit is contained in:
Chris Robinson
2008-12-02 02:37:51 -08:00
parent 55b9ccc2de
commit a71c291bcb
+5
View File
@@ -66,6 +66,11 @@ IF(NOT CMAKE_BUILD_TYPE)
"Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel."
FORCE)
ENDIF()
IF(NOT CMAKE_DEBUG_POSTFIX)
SET(CMAKE_DEBUG_POSTFIX "" CACHE STRING
"Library postfix for debug builds. Normally left blank."
FORCE)
ENDIF()
IF(MSVC)
# ???