Skip to content

Commit

Permalink
Add Dune::Iga library
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t authored Jun 17, 2024
1 parent 3b7f7f5 commit 0b2780f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project()

dune_add_library(duneiga INTERFACE
EXPORT_NAME Iga
LINK_LIBRARIES ${DUNE_LIBS})


if(ADD_SANDBOX_TARGET)
add_subdirectory(sandbox)
endif()
Expand Down

0 comments on commit 0b2780f

Please sign in to comment.