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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-07-25 21:05:43 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-07-25 21:05:43 +0400
commit8454f2b8b3fc2fc5275773e5d110be98260b7b8e (patch)
treeb5bde8204992bb710a00467b0035ca3781425a11 /source/creator
parent96bbf550b0471d19d37385f62c1ff2b5b42408cb (diff)
complete the language-select feature
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 3ad0ec8efa4..630c85656a4 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -456,7 +456,7 @@ elseif(WIN32)
install( # same as linux!, deduplicate
DIRECTORY ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
- DESTINATION ${TARGETDIR_VER}/datafiles/locale
+ DESTINATION ${TARGETDIR_VER}/datafiles
PATTERN ".svn" EXCLUDE
)
@@ -670,9 +670,14 @@ elseif(APPLE)
install_dir(
DIRECTORY
- ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
- \${TARGETDIR_VER}/datafiles/locale
+ \${TARGETDIR_VER}/datafiles/
+ )
+
+ install_dir(
+ DIRECTORY
+ ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
+ \${TARGETDIR_VER}/datafiles/
)
endif()