freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 9d0544f 4/6: * CMakeLists.txt: Set CMAKE_DEBUG_POSTFI


From: Werner LEMBERG
Subject: [freetype2] master 9d0544f 4/6: * CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
Date: Fri, 27 Nov 2015 22:17:01 +0000

branch: master
commit 9d0544f25f94cda5255384457150ebf9f5f60a5a
Author: Tamas Kenez <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
---
 CMakeLists.txt |    1 +
 ChangeLog      |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

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  <address@hidden>
 
+       * CMakeLists.txt: Set CMAKE_DEBUG_POSTFIX to `d'.
+
+2015-11-27  Tamas Kenez  <address@hidden>
+
        [cmake] Add better control of library dependencies.
 
        * CMakeLists.txt: Add `WITH_*' variables to force/auto/omit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]