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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-21 15:18:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-21 15:18:34 +0300
commitc14aca0e95cee8262d2680364859983eca729c67 (patch)
tree66f42a4b7af172ab5e98e0ce137f590c0d8b900f /source/blender
parentd9563f5e2be5cf47c886954c6e58b64b4d8deab3 (diff)
add includes to cmake files
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 3a6496fab60..c1e8b1ee11b 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -41,6 +41,7 @@ set_source_files_properties(GENSRC PROPERTIES GENERATED true)
set(SRC_RNA_INC
../RNA_access.h
../RNA_define.h
+ ../RNA_documentation.h
../RNA_enum_types.h
../RNA_types.h
)