[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29951] trunk/blender/source/creator/ CMakeLists.txt: fix for building with cmake

Campbell Barton ideasman42 at gmail.com
Mon Jul 5 00:43:51 CEST 2010


Revision: 29951
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29951
Author:   campbellbarton
Date:     2010-07-05 00:43:51 +0200 (Mon, 05 Jul 2010)

Log Message:
-----------
fix for building with cmake

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

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2010-07-04 22:35:09 UTC (rev 29950)
+++ trunk/blender/source/creator/CMakeLists.txt	2010-07-04 22:43:51 UTC (rev 29951)
@@ -393,8 +393,6 @@
         bf_editor_datafiles
 
 		blender_BSP 
-		bf_ghost 
-		bf_string 
 		blender_render 
 		blender_ONL 
 		bf_python 
@@ -405,9 +403,11 @@
 		bf_nodes
 		bf_gpu
 		bf_blenloader
+		bf_blenlib
+		bf_ghost
+		bf_string
 		bf_blenpluginapi 
 		bf_imbuf 
-		bf_blenlib 
 		bf_avi 
 		bf_cineon 
 		bf_openexr 





More information about the Bf-blender-cvs mailing list