Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
714b00f7
Verified
Commit
714b00f7
authored
1 year ago
by
Simon Praetorius
Committed by
Santiago Ospina De Los Ríos
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add an interface library for Dune::ISTL
parent
de11265c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!533
Add an interface library for Dune::ISTL
Pipeline
#62926
passed
1 year ago
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
with
3 additions
and
0 deletions
CMakeLists.txt
+
3
−
0
View file @
714b00f7
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment