CMake: use a global list to store libraries built rather then cmake_blender_libs.txt file.

This commit is contained in:
Campbell Barton
2010-12-06 10:56:37 +00:00
parent 357826aa6e
commit d64f46e0bb
4 changed files with 13 additions and 9 deletions

View File

@@ -457,7 +457,7 @@ ENDIF(WITH_INSTALL)
ADD_DEPENDENCIES(blender makesdna)
FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS)
GET_PROPERTY(BLENDER_LINK_LIBS GLOBAL PROPERTY BLENDER_LINK_LIBS)
SET(BLENDER_LINK_LIBS bf_nodes ${BLENDER_LINK_LIBS} bf_windowmanager bf_render)