Skip to content
Snippets Groups Projects

WIP: Create DUNE_PROJECT_TARGET

Closed Simon Praetorius requested to merge feature/target-include-directories into master
Files
2
@@ -5,7 +5,6 @@ add_python_targets(istl
__init__
)
dune_add_pybind11_module(NAME _istl)
set_property(TARGET _istl PROPERTY LINK_LIBRARIES dunecommon APPEND)
if(SKBUILD)
install(TARGETS _istl LIBRARY DESTINATION python/dune/istl)
endif()
Loading