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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-03-10 20:55:01 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-03-10 20:55:01 +0400
commit874b692e80181a7212c77e1d9c83b6e0b36be967 (patch)
treeecac5eff553d0d801fd74436e515e2e10e1e2297 /source/blender/render/CMakeLists.txt
parent7a94ad94089377c541836fa880748166aa4278c5 (diff)
More UI message i18n fixes and improvements...
Rendering messages are now translatable.
Diffstat (limited to 'source/blender/render/CMakeLists.txt')
-rw-r--r--source/blender/render/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt
index 59debbdc41b..106a2e0f511 100644
--- a/source/blender/render/CMakeLists.txt
+++ b/source/blender/render/CMakeLists.txt
@@ -158,6 +158,10 @@ if(WITH_GAMEENGINE)
add_definitions(-DWITH_GAMEENGINE)
endif()
+if(WITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
+endif()
+
if(APPLE)
# SSE math is enabled by default on x86_64
if(CMAKE_OSX_ARCHITECTURES MATCHES "i386")