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:
authorNicholas Bishop <nicholasbishop@gmail.com>2008-12-31 07:47:01 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2008-12-31 07:47:01 +0300
commitd1e836f75c7430e9e9b4b9cabf40e859b6d7fa78 (patch)
treed37b2f16a83f69ffef8782269b90128b6c1ed118 /source/creator
parentc556bbd67d0e74c5c2e692fe95e0872766e63451 (diff)
Finally got CMake compilation to work.
Made sdna and srna work more like how the scons build system is doing it, with separate bf_rna and bf_dna libs being built.
Diffstat (limited to 'source/creator')
-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})