more corrections from cleanup :/

This commit is contained in:
Campbell Barton
2009-06-21 17:03:17 +00:00
parent b9f5676caa
commit 6a35c7fc98
2 changed files with 2 additions and 6 deletions

View File

@@ -198,7 +198,7 @@ ADD_DEPENDENCIES(blender makesdna)
FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS) FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS)
SET(BLENDER_LINK_LIBS bf_nodes ${BLENDER_LINK_LIBS} bf_windowmanager bf_editors blender_render blender_radiosity) SET(BLENDER_LINK_LIBS bf_nodes ${BLENDER_LINK_LIBS} bf_windowmanager bf_editors blender_render)
IF(WITH_ELBEEM) IF(WITH_ELBEEM)
SET(BLENDER_LINK_LIBS ${BLENDER_LINK_LIBS} bf_elbeem) SET(BLENDER_LINK_LIBS ${BLENDER_LINK_LIBS} bf_elbeem)
@@ -218,7 +218,6 @@ IF(UNIX)
bf_ghost bf_ghost
bf_string bf_string
blender_render blender_render
blender_radiosity
blender_ONL blender_ONL
bf_python bf_python
bf_gen_python bf_gen_python
@@ -238,7 +237,6 @@ IF(UNIX)
bf_kernel bf_kernel
bf_decimation bf_decimation
bf_elbeem bf_elbeem
bf_yafray
bf_IK bf_IK
bf_memutil bf_memutil
bf_guardedalloc bf_guardedalloc
@@ -264,10 +262,7 @@ IF(UNIX)
bf_ngnetwork bf_ngnetwork
extern_bullet extern_bullet
bf_loopbacknetwork bf_loopbacknetwork
bf_sumo
bf_common bf_common
extern_solid
extern_qhull
bf_moto bf_moto
bf_python bf_python
bf_gen_python bf_gen_python

View File

@@ -32,6 +32,7 @@ SET(INC
../../../intern/string ../../../intern/string
../../../intern/moto/include ../../../intern/moto/include
../../../source/gameengine/SceneGraph ../../../source/gameengine/SceneGraph
../../../source/blender/blenloader
${PYTHON_INC} ${PYTHON_INC}
) )