Skip to content
Snippets Groups Projects
Commit 4698e160 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Merge branch 'feature/add-interface-library' into 'master'

Add an interface library for Dune::ISTL

See merge request core/dune-istl!533
parents de11265c 251ba127
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project()
# create library target and export it as Dune::ISTL
dune_add_library(duneistl INTERFACE
EXPORT_NAME ISTL
LINK_LIBRARIES Dune::Common)
add_subdirectory(cmake/modules)
add_subdirectory(dune)
add_subdirectory(doc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment