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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-15 21:33:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-15 21:33:05 +0300
commit52c08fa4d351e37506f164dde77486af69b752ce (patch)
tree2589717977f58345ad87bab08dd4319db2c879c6 /CMakeLists.txt
parent884516357453e2530dc0a804cc14c6373e44e39c (diff)
CPack packaging support from Dan Eicher, tested to build redhat RPM's, a Mac bundle also defined.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b2df0570ec..349bbe23ac0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1061,3 +1061,7 @@ add_subdirectory(source/creator)
if(WITH_PLAYER)
add_subdirectory(source/blenderplayer)
endif()
+
+#-----------------------------------------------------------------------------
+# CPack for generating packages
+include(build_files/cmake/packaging.cmake)