aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding
diff options
context:
space:
mode:
Diffstat (limited to 'tests/otherbinding')
-rw-r--r--tests/otherbinding/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/otherbinding/CMakeLists.txt b/tests/otherbinding/CMakeLists.txt
index cec566eb7..b8c4096cf 100644
--- a/tests/otherbinding/CMakeLists.txt
+++ b/tests/otherbinding/CMakeLists.txt
@@ -32,12 +32,11 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${sample_BINARY_DIR}
${sample_BINARY_DIR}/sample
${libshiboken_SOURCE_DIR})
-add_library(other SHARED ${other_SRC})
+add_library(other MODULE ${other_SRC})
set_property(TARGET other PROPERTY PREFIX "")
target_link_libraries(other
libother
libsample
- sample
${PYTHON_LIBRARIES}
libshiboken)