[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31436] branches/soc-2008-mxcurioni/source /creator/CMakeLists.txt: Fix for a linkage issue with CMake on Linux.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Wed Aug 18 06:15:15 CEST 2010


Revision: 31436
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31436
Author:   kjym3
Date:     2010-08-18 06:15:14 +0200 (Wed, 18 Aug 2010)

Log Message:
-----------
Fix for a linkage issue with CMake on Linux.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt

Modified: branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt
===================================================================
--- branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt	2010-08-18 04:10:23 UTC (rev 31435)
+++ branches/soc-2008-mxcurioni/source/creator/CMakeLists.txt	2010-08-18 04:15:14 UTC (rev 31436)
@@ -437,12 +437,12 @@
         bf_editor_animation
         bf_editor_datafiles
 
-		bf_freestyle
 		blender_BSP 
 		blender_render 
 		blender_ONL 
 		bf_python 
 		bf_gen_python 
+		bf_freestyle
 		bf_ikplugin
 		bf_modifiers
 		bf_blenkernel





More information about the Bf-blender-cvs mailing list