Skip to content

Commit

Permalink
🔧 Add python wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Flatken committed Oct 8, 2020
1 parent 154ba76 commit c5538ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,27 @@ paraview_plugin_build(
"${PARAVIEW_PLUGIN_SUBDIR}"
)

vtk_module_wrap_python(
MODULES
${VESTEC_MODULES}
WRAPPED_MODULES
VESTEC_WRAPPED_MODULES
INSTALL_EXPORT
VESTECPython
PYTHON_PACKAGE
"vestec"
MODULE_DESTINATION
"${VESTEC_PYTHON_MODULE_DIR}"
CMAKE_DESTINATION
"${CMAKE_INSTALL_LIBDIR}/vestec/python"
LIBRARY_DESTINATION
"${CMAKE_INSTALL_LIBDIR}"
INSTALL_HEADERS
ON
TARGET
VESTEC::Python
)

install(
TARGETS
VESTECPVTargets
Expand Down

0 comments on commit c5538ef

Please sign in to comment.