[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33872] branches/soc-2008-mxcurioni/source /blender/freestyle/CMakeLists.txt: Fix for the FILE directive to recursively include *.h files.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Thu Dec 23 10:19:36 CET 2010


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





More information about the Bf-blender-cvs mailing list