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

2.6.5
Tamas Kenez 9 years ago committed by Werner Lemberg
parent da97b4c43e
commit 9d0544f25f
  1. 1
      CMakeLists.txt
  2. 4
      ChangeLog

@ -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…
Cancel
Save