[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30771] trunk/blender/source/creator/ CMakeLists.txt: patch [#23039] cmake install taget fix for brush icons on linux

Campbell Barton ideasman42 at gmail.com
Mon Jul 26 21:59:33 CEST 2010


Revision: 30771
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30771
Author:   campbellbarton
Date:     2010-07-26 21:59:33 +0200 (Mon, 26 Jul 2010)

Log Message:
-----------
patch [#23039] cmake install taget fix for brush icons on linux
from Ralf H?\195?\182lzemer (cheleb)

Modified Paths:
--------------
    trunk/blender/source/creator/CMakeLists.txt

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2010-07-26 19:57:44 UTC (rev 30770)
+++ trunk/blender/source/creator/CMakeLists.txt	2010-07-26 19:59:33 UTC (rev 30771)
@@ -218,6 +218,11 @@
             PATTERN ".svn" EXCLUDE
 			PATTERN "*.pyc" EXCLUDE
         )
+		INSTALL(
+			DIRECTORY ${CMAKE_SOURCE_DIR}/release/datafiles/brushicons/
+			DESTINATION ${BLENDERPATH}/datafiles/brushicons
+			PATTERN ".svn" EXCLUDE
+		)
 		IF(WITH_INTERNATIONAL)
 			INSTALL(
     	        DIRECTORY ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale/





More information about the Bf-blender-cvs mailing list