patch to get cmake working with nodes now. Provided by Genscher.

I still have linking issues with it but it is better as is so I'm
commiting it.  Hopefully will have it fixed fully shortly.

Kent
This commit is contained in:
Kent Mein
2007-03-27 18:34:57 +00:00
parent 0d19c13c93
commit 80237ceff9
5 changed files with 81 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ SETUP_LIBDIRS()
INCLUDE_DIRECTORIES(../../intern/guardedalloc
../blender/blenlib
../blender/nodes
../blender/blenkernel
../blender/include
../blender/blenloader
@@ -188,7 +189,7 @@ ADD_DEPENDENCIES(blender makesdna)
FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS)
SET(BLENDER_LINK_LIBS ${BLENDER_LINK_LIBS} src blender_python blender_render blender_radiosity blender_IK bf_elbeem)
SET(BLENDER_LINK_LIBS bf_nodes ${BLENDER_LINK_LIBS} src blender_python blender_render blender_radiosity blender_IK bf_elbeem)
IF(UNIX)
# Sort libraries
@@ -203,6 +204,7 @@ IF(UNIX)
blender_radiosity
blender_ONL
blender_python
bf_nodes
bf_blenkernel
bf_blenloader
bf_blenpluginapi