[Bf-blender-cvs] [b7978e9] master: CMake: Add some missing license files in the install target

Sergey Sharybin noreply at git.blender.org
Mon Nov 30 17:34:09 CET 2015


Commit: b7978e984b4885495d0966d0c8652ff43ddf9fc9
Author: Sergey Sharybin
Date:   Mon Nov 30 21:29:08 2015 +0500
Branches: master
https://developer.blender.org/rBb7978e984b4885495d0966d0c8652ff43ddf9fc9

CMake: Add some missing license files in the install target

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 08390b5..49fb4fe 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -250,8 +250,10 @@ endif()
 
 set(BLENDER_TEXT_FILES
 	${CMAKE_SOURCE_DIR}/release/text/GPL-license.txt
+	${CMAKE_SOURCE_DIR}/release/text/GPL3-license.txt
 	${CMAKE_SOURCE_DIR}/release/text/Python-license.txt
 	${CMAKE_SOURCE_DIR}/release/text/copyright.txt
+	${CMAKE_SOURCE_DIR}/release/text/jemalloc-license.txt
 	# generate this file
 	# ${CMAKE_SOURCE_DIR}/release/text/readme.html
 	${CMAKE_SOURCE_DIR}/release/datafiles/LICENSE-bfont.ttf.txt




More information about the Bf-blender-cvs mailing list