Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2006-12-06 03:04:53 +0300
committerKent Mein <mein@cs.umn.edu>2006-12-06 03:04:53 +0300
commit593d9ae738b1a80706ecf85b473e2fe84b11fca1 (patch)
tree626b4a43753888092ba6c7228ba222564e28a7e0 /source/blender/blenkernel/CMakeLists.txt
parent12e92b4ae78af28fcd39f4ed62b8b58cf09f87a1 (diff)
added missing -DWITH_FREETYPE2 stuff, provided by Eugene Reilly.
Kent
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 2962997b8ee..8ff6f8d8092 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -65,3 +65,8 @@ ADD_DEFINITIONS(-DWITH_CCGSUBSURF)
BLENDERLIB(bf_blenkernel "${SRC}" "${INC}")
ADD_DEPENDENCIES(bf_blenkernel mkprot verse)
+
+IF(WITH_INTERNATIONAL)
+ ADD_DEFINITIONS(-DWITH_FREETYPE2)
+ENDIF(WITH_INTERNATIONAL)
+