aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-18 17:28:14 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-18 18:01:47 -0200
commitd0442ea7fdd623238674334889b6b096fa07b9d0 (patch)
tree04e8878b479263bb2b8537e836d51bc9417c0861 /tests/otherbinding
parent51af8146a5c3b456fec32e1f62b17c178af390cd (diff)
other binding does not link against sample binding.
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)