Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-foamgrid
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
extensions
dune-foamgrid
Commits
3982001c
Commit
3982001c
authored
3 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[lib] Add foamgrid library as module library
parent
6a9b970e
Branches
feature/explicit-template-instantiation-foamgrid
No related tags found
1 merge request
!77
Add explicit template instantiation of class FoamGrid
Pipeline
#35297
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
dune/foamgrid/foamgrid/CMakeLists.txt
+1
-1
1 addition, 1 deletion
dune/foamgrid/foamgrid/CMakeLists.txt
with
2 additions
and
3 deletions
CMakeLists.txt
+
1
−
2
View file @
3982001c
...
...
@@ -17,8 +17,7 @@ include(DuneMacros)
# start a dune project with information from dune.module
dune_project
()
dune_add_library
(
dunefoamgrid
)
list
(
APPEND DUNE_LIBS dunefoamgrid
)
dune_enable_all_packages
(
MODULE_LIBRARIES dunefoamgrid
)
add_subdirectory
(
dune
)
add_subdirectory
(
doc
)
...
...
This diff is collapsed.
Click to expand it.
dune/foamgrid/foamgrid/CMakeLists.txt
+
1
−
1
View file @
3982001c
...
...
@@ -3,4 +3,4 @@ file(GLOB DUNE_FOAMGRID_HEADERS *.hh)
install
(
FILES
${
DUNE_FOAMGRID_HEADERS
}
DESTINATION include/dune/foamgrid/foamgrid
)
target
_sources
(
dunefoamgrid
PRIVATE
foamgrid.cc
)
dune_library_add
_sources
(
dunefoamgrid
SOURCES
foamgrid.cc
)
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