Fix for the FILE directive to recursively include *.h files.

This commit is contained in:
Tamito Kajiyama
2010-12-23 09:19:35 +00:00
parent 3368a595da
commit 1bc3b1fc0c

View File

@@ -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