Fix for the FILE directive to recursively include *.h files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user