Skip to content

Commit 66d04fe

Browse files
committed
Issue #33: Try to ensure library is in the right place in the wheel.
1 parent 8bfb253 commit 66d04fe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/python/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ pybind11_add_module(sksurgeryopencvpython bindings.cpp ndarray_converter.cpp)
55
target_link_libraries(sksurgeryopencvpython PRIVATE sksurgeryopencvcpp)
66
target_include_directories(sksurgeryopencvpython PRIVATE ${Python_NumPy_INCLUDE_DIRS})
77

8-
install(TARGETS sksurgeryopencvpython LIBRARY DESTINATION .)
8+
install(TARGETS sksurgeryopencvpython
9+
LIBRARY DESTINATION .
10+
RUNTIME DESTINATION .
11+
MODULE DESTINATION .
12+
)

0 commit comments

Comments
 (0)