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.
This commit is contained in:
Nicholas Bishop
2008-12-31 04:47:01 +00:00
parent c556bbd67d
commit d1e836f75c
4 changed files with 74 additions and 7 deletions

View File

@@ -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})