OSX: cleanup for cmake MODULE compile, not working yet, needs more investigation

This commit is contained in:
Jens Verwiebe 2012-01-10 19:01:27 +00:00
parent 68a2ac668e
commit 538a9a2fd3

@ -173,9 +173,7 @@ if(WITH_PYTHON_MODULE)
PREFIX ""
OUTPUT_NAME bpy
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin # only needed on windows
)
TARGET_LINK_LIBRARIES(blender -Wl,-undefined -Wl,dynamic_lookup)
else(APPLE)
add_library(blender SHARED ${SRC})