We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfb253 commit 66d04feCopy full SHA for 66d04fe
1 file changed
src/python/CMakeLists.txt
@@ -5,4 +5,8 @@ pybind11_add_module(sksurgeryopencvpython bindings.cpp ndarray_converter.cpp)
5
target_link_libraries(sksurgeryopencvpython PRIVATE sksurgeryopencvcpp)
6
target_include_directories(sksurgeryopencvpython PRIVATE ${Python_NumPy_INCLUDE_DIRS})
7
8
-install(TARGETS sksurgeryopencvpython LIBRARY DESTINATION .)
+install(TARGETS sksurgeryopencvpython
9
+ LIBRARY DESTINATION .
10
+ RUNTIME DESTINATION .
11
+ MODULE DESTINATION .
12
+)
0 commit comments