Skip to content
Snippets Groups Projects
Commit 42da145d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

install .so

parent 3ef76b40
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/setup.py DESTINATION gmshpy) ...@@ -113,6 +113,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/setup.py DESTINATION gmshpy)
foreach(module ${SWIG_MODULES}) foreach(module ${SWIG_MODULES})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${module}PYTHON_wrap.cxx DESTINATION gmshpy/src) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${module}PYTHON_wrap.cxx DESTINATION gmshpy/src)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${module}.py DESTINATION gmshpy/src) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${module}.py DESTINATION gmshpy/src)
install(TARGETS _${module} DESTINATION gmshpy/src)
endforeach(module) endforeach(module)
set (GMSH_PYTHON_EXTRA_INCLUDE set (GMSH_PYTHON_EXTRA_INCLUDE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment