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
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-09-25 12:35:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-09-25 12:35:43 +0400
commit8917e63134a61bcc45e1dec189ee45508bfec09c (patch)
treec4dfdb00b421a5c931faf982ca6cfaa34ca363f8 /source
parent8c7eb60ba0b59e753a50db05d5c9447adb572a87 (diff)
Add font licenses to installation files
So now release archive will have this files included.
Diffstat (limited to 'source')
-rw-r--r--source/creator/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index c45d59791c2..53dc7710198 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -234,8 +234,16 @@ set(BLENDER_TEXT_FILES
${CMAKE_SOURCE_DIR}/release/text/Python-license.txt
${CMAKE_SOURCE_DIR}/release/text/copyright.txt
${CMAKE_SOURCE_DIR}/release/text/readme.html
+ ${CMAKE_SOURCE_DIR}/release/datafiles/LICENSE-bfont.ttf.txt
+ ${CMAKE_SOURCE_DIR}/release/datafiles/LICENSE-bmonofont-i18n.ttf.txt
)
+if(WITH_INTERNATIONAL)
+ list(APPEND BLENDER_TEXT_FILES
+ ${CMAKE_SOURCE_DIR}/release/datafiles/LICENSE-droidsans.ttf.txt
+ )
+endif()
+
# -----------------------------------------------------------------------------
# Platform Specific Var: TARGETDIR_VER