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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-09-25 01:39:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-09-25 01:39:11 +0400
commitc0c488d0b2cf1365c88241d98fcef19b54d2f4fe (patch)
tree38f3c8c272da55e63d27e947a3349e6797e66cc8 /source/blender/python/intern/CMakeLists.txt
parent9c42afb1c02cafa21632bd2e19b47c012a230368 (diff)
parent1ddb64817dadf02d006a6db5ea4ad230484b5aca (diff)
Merged changes in the trunk up to revision 40520.
Diffstat (limited to 'source/blender/python/intern/CMakeLists.txt')
-rw-r--r--source/blender/python/intern/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 3bf22d26af4..70129a25df6 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -96,4 +96,8 @@ if(WITH_AUDASPACE)
add_definitions(-DWITH_AUDASPACE)
endif()
+if(WITH_INTERNATIONAL)
+ add_definitions(-DINTERNATIONAL)
+endif()
+
blender_add_lib(bf_python "${SRC}" "${INC}" "${INC_SYS}")