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:
authorCampbell Barton <ideasman42@gmail.com>2009-01-30 00:41:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-01-30 00:41:43 +0300
commit63ad011e9767c291608084008235cee0cc422d43 (patch)
treee456e0084ec25ccf0ab6fb35c0090416fb349b0f /source/blender/blenfont/CMakeLists.txt
parent5f9ee2cbfe3770838482e7c8f37194f127e8a8c5 (diff)
'scons blenderlite' failed because blf expected freetype
Diffstat (limited to 'source/blender/blenfont/CMakeLists.txt')
-rw-r--r--source/blender/blenfont/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt
index c74b0a533f0..cd91bf69c91 100644
--- a/source/blender/blenfont/CMakeLists.txt
+++ b/source/blender/blenfont/CMakeLists.txt
@@ -31,4 +31,8 @@ SET(INC
../blenkernel ../ftfont
)
+IF(WITH_INTERNATIONAL)
+ ADD_DEFINITIONS(-DWITH_FREETYPE2)
+ENDIF(WITH_INTERNATIONAL)
+
BLENDERLIB(bf_blenfont "${SRC}" "${INC}") \ No newline at end of file