diff --git a/python/dune/localfunctions/CMakeLists.txt b/python/dune/localfunctions/CMakeLists.txt index 8f0fac29..ed2e90c9 100644 --- a/python/dune/localfunctions/CMakeLists.txt +++ b/python/dune/localfunctions/CMakeLists.txt @@ -3,3 +3,5 @@ add_python_targets(localfunctions ) dune_add_pybind11_module(NAME _localfunctions) +set_property(TARGET _localfunctions PROPERTY LINK_LIBRARIES dunecommon dunegeometry APPEND) +install(TARGETS _localfunctions LIBRARY DESTINATION python/dune/localfunctions)