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:
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 2ddc1d61703..63e1a329493 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -30,6 +30,8 @@ INCLUDE_DIRECTORIES(../../intern/guardedalloc
../blender/blenlib
../blender/blenkernel
../blender/editors/include
+ ../blender/makesrna
+ ../blender/makesrna/intern
../blender/nodes
../blender/include
../blender/blenloader
@@ -275,6 +277,8 @@ IF(UNIX)
extern_binreloc
extern_glew
bf_videotex
+ bf_rna
+ bf_dna
)
FOREACH(SORTLIB ${BLENDER_SORTED_LIBS})