CMake: use a global list to store libraries built rather then cmake_blender_libs.txt file.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user