Skip to content
Snippets Groups Projects

refactor the way python is used in dune

Merged Andreas Dedner requested to merge feature/cmake-python-overhaul into master
Compare and
10 files
+ 39
40
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -5,4 +5,6 @@ add_python_targets(geometry
)
dune_add_pybind11_module(NAME _geometry)
set_property(TARGET _geometry PROPERTY LINK_LIBRARIES dunecommon dunegeometry APPEND)
install(TARGETS _geometry LIBRARY DESTINATION python/dune/geometry)
if(SKBUILD)
install(TARGETS _geometry LIBRARY DESTINATION python/dune/geometry)
endif()
Loading