Skip to content
Snippets Groups Projects
Verified Commit 714b00f7 authored by Simon Praetorius's avatar Simon Praetorius Committed by Santiago Ospina De Los Ríos
Browse files

Add an interface library for Dune::ISTL

parent de11265c
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project()
dune_add_library(duneistl INTERFACE
EXPORT_NAME ISTL
LINK_LIBRARIES Dune::Common)
add_subdirectory(cmake/modules)
add_subdirectory(dune)
......
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