* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
This commit is contained in:
parent
da97b4c43e
commit
9d0544f25f
2 changed files with 5 additions and 0 deletions
|
@ -320,6 +320,7 @@ if (BUILD_FRAMEWORK)
|
|||
)
|
||||
endif ()
|
||||
|
||||
set(CMAKE_DEBUG_POSTFIX d)
|
||||
|
||||
add_library(freetype
|
||||
${PUBLIC_HEADERS}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue