Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-12-23 12:19:35 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-12-23 12:19:35 +0300
commit1bc3b1fc0cb48b880510d50f9f43fda788a7bcdd (patch)
treecd6d7ca0371a3234165e154ca68d04576960b345 /source/blender/freestyle/CMakeLists.txt
parent3368a595dae178dcdf025523232e0961b4ced61e (diff)
Fix for the FILE directive to recursively include *.h files.
Diffstat (limited to 'source/blender/freestyle/CMakeLists.txt')
-rw-r--r--source/blender/freestyle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index 18f721ccfdc..05f7fb63218 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -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