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:
@@ -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})
|
||||
|
Reference in New Issue
Block a user