* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.

This commit is contained in:
Tamas Kenez 2015-11-27 18:28:31 +01:00 committed by Werner Lemberg
parent da97b4c43e
commit 9d0544f25f
2 changed files with 5 additions and 0 deletions

View File

@ -320,6 +320,7 @@ if (BUILD_FRAMEWORK)
)
endif ()
set(CMAKE_DEBUG_POSTFIX d)
add_library(freetype
${PUBLIC_HEADERS}

View File

@ -1,3 +1,7 @@
2015-11-27 Tamas Kenez <tamas.kenez@adasworks.com>
* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
2015-11-27 Tamas Kenez <tamas.kenez@adasworks.com>
[cmake] Add better control of library dependencies.