We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292ef23 commit ac1db3eCopy full SHA for ac1db3e
1 file changed
bindings/python/pybind11/src/CMakeLists.txt
@@ -24,6 +24,10 @@ function(mgis_python_module fullname name)
24
set_target_properties(py_${fullname} PROPERTIES
25
CXX_VISIBILITY_PRESET "hidden"
26
CUDA_VISIBILITY_PRESET "hidden")
27
+ # installation
28
+ install(TARGETS py_${fullname}
29
+ DESTINATION ${MGIS_PYTHON_MODULES_INSTALL_DIRECTORY}
30
+ COMPONENT python_bindings)
31
endfunction(mgis_python_module)
32
33
mgis_python_module(mgis _mgis
0 commit comments