[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38324] branches/soc-2011-pepper/source/ blender/editors/space_outliner/CMakeLists.txt: CMake fixes for r38303 ( splitting up the outliner code).

Mitchell Stokes mogurijin at gmail.com
Tue Jul 12 12:09:15 CEST 2011


Revision: 38324
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38324
Author:   moguri
Date:     2011-07-12 10:09:14 +0000 (Tue, 12 Jul 2011)
Log Message:
-----------
CMake fixes for r38303 (splitting up the outliner code).

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38303

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/editors/space_outliner/CMakeLists.txt

Modified: branches/soc-2011-pepper/source/blender/editors/space_outliner/CMakeLists.txt
===================================================================
--- branches/soc-2011-pepper/source/blender/editors/space_outliner/CMakeLists.txt	2011-07-12 09:30:40 UTC (rev 38323)
+++ branches/soc-2011-pepper/source/blender/editors/space_outliner/CMakeLists.txt	2011-07-12 10:09:14 UTC (rev 38324)
@@ -37,8 +37,12 @@
 )
 
 set(SRC
-	outliner.c
+	outliner_draw.c
+	outliner_edit.c
 	outliner_ops.c
+	outliner_select.c
+	outliner_tools.c
+	outliner_tree.c
 	space_outliner.c
 
 	outliner_intern.h




More information about the Bf-blender-cvs mailing list