Skip to content
Snippets Groups Projects
Commit 3e60a872 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Add library Dune::CurvedGrid

parent b6c434cb
No related branches found
No related tags found
1 merge request!35Add library Dune::CurvedGrid
Pipeline #13375 failed
......@@ -17,6 +17,9 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project()
dune_add_library(dunecurvedgrid INTERFACE
EXPORT_NAME CurvedGrid
LINK_LIBRARIES ${DUNE_LIBS})
add_subdirectory(cmake/modules)
add_subdirectory(doc)
......@@ -25,4 +28,4 @@ add_subdirectory(libs)
add_subdirectory(src)
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
finalize_dune_project()
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