From 52c08fa4d351e37506f164dde77486af69b752ce Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Feb 2011 18:33:05 +0000 Subject: CPack packaging support from Dan Eicher, tested to build redhat RPM's, a Mac bundle also defined. --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3