Revision: 33872
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33872
Author:   kjym3
Date:     2010-12-23 10:19:35 +0100 (Thu, 23 Dec 2010)

Log Message:
-----------
Fix for the FILE directive to recursively include *.h files.

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

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt 
2010-12-23 09:14:38 UTC (rev 33871)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/CMakeLists.txt 
2010-12-23 09:19:35 UTC (rev 33872)
@@ -24,7 +24,7 @@
 #
 # ***** END GPL LICENSE BLOCK *****
 
-FILE(GLOB_RECURSE SRC *.cpp)
+FILE(GLOB_RECURSE SRC *.cpp *.h)
 
 SET(INC 
   ../blenkernel ../blenloader ../blenlib ../imbuf ../makesdna ../makesrna


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to