* CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0a5678..1e925df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -320,6 +320,7 @@ if (BUILD_FRAMEWORK)
)
endif ()
+set(CMAKE_DEBUG_POSTFIX d)
add_library(freetype
${PUBLIC_HEADERS}
diff --git a/ChangeLog b/ChangeLog
index fd44913..fee798c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
* CMakeLists.txt: Add `WITH_*' variables to force/auto/omit