Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-curvedgrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
iwr
dune-curvedgrid
Commits
3e60a872
Commit
3e60a872
authored
1 year ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
Add library Dune::CurvedGrid
parent
b6c434cb
Branches
releases/2.9
Branches containing commit
No related tags found
1 merge request
!35
Add library Dune::CurvedGrid
Pipeline
#13375
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+4
-1
4 additions, 1 deletion
CMakeLists.txt
with
4 additions
and
1 deletion
CMakeLists.txt
+
4
−
1
View file @
3e60a872
...
@@ -17,6 +17,9 @@ include(DuneMacros)
...
@@ -17,6 +17,9 @@ include(DuneMacros)
# start a dune project with information from dune.module
# start a dune project with information from dune.module
dune_project
()
dune_project
()
dune_add_library
(
dunecurvedgrid INTERFACE
EXPORT_NAME CurvedGrid
LINK_LIBRARIES
${
DUNE_LIBS
}
)
add_subdirectory
(
cmake/modules
)
add_subdirectory
(
cmake/modules
)
add_subdirectory
(
doc
)
add_subdirectory
(
doc
)
...
@@ -25,4 +28,4 @@ add_subdirectory(libs)
...
@@ -25,4 +28,4 @@ add_subdirectory(libs)
add_subdirectory
(
src
)
add_subdirectory
(
src
)
# finalize the dune project, e.g. generating config.h etc.
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project
(
GENERATE_CONFIG_H_CMAKE
)
finalize_dune_project
()
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