Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blenderplayer/CMakeLists.txt2
-rw-r--r--source/creator/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/blenderplayer/CMakeLists.txt b/blenderplayer/CMakeLists.txt
index aa60c6c48fe..d144abcbc6a 100644
--- a/blenderplayer/CMakeLists.txt
+++ b/blenderplayer/CMakeLists.txt
@@ -49,7 +49,6 @@ ENDIF(WIN32)
ADD_DEPENDENCIES(blenderplayer makesdna)
-SETUP_LIBLINKS(blenderplayer)
FILE(READ ${CMAKE_BINARY_DIR}/cmake_blender_libs.txt BLENDER_LINK_LIBS)
SET(BLENDER_LINK_LIBS ${BLENDER_LINK_LIBS} gp_common gp_ghost blenkernel_blc)
@@ -121,3 +120,4 @@ ELSE(UNIX)
TARGET_LINK_LIBRARIES(blenderplayer ${BLENDER_LINK_LIBS})
ENDIF(UNIX)
+SETUP_LIBLINKS(blenderplayer)
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 938fb2804bd..70c54d70edf 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -186,7 +186,6 @@ ENDIF(WIN32)
ADD_DEPENDENCIES(blender makesdna)
-SETUP_LIBLINKS(blender)
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)
@@ -272,3 +271,4 @@ ELSE(UNIX)
TARGET_LINK_LIBRARIES(blender ${BLENDER_LINK_LIBS})
ENDIF(UNIX)
+SETUP_LIBLINKS(blender)