Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
amdis
amdis-core
Commits
1d20d40c
Commit
1d20d40c
authored
6 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
add some missing files to CMakeLists
parent
30ddb787
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/amdis/CMakeLists.txt
+4
-0
4 additions, 0 deletions
src/amdis/CMakeLists.txt
src/amdis/linear_algebra/CMakeLists.txt
+1
-0
1 addition, 0 deletions
src/amdis/linear_algebra/CMakeLists.txt
src/amdis/utility/CMakeLists.txt
+1
-0
1 addition, 0 deletions
src/amdis/utility/CMakeLists.txt
with
6 additions
and
0 deletions
src/amdis/CMakeLists.txt
+
4
−
0
View file @
1d20d40c
...
...
@@ -33,8 +33,11 @@ install(FILES
Initfile.hpp
InitfileParser.hpp
LinearAlgebra.hpp
LinearSolvers.hpp
LocalAssembler.hpp
LocalAssemblerBase.hpp
LocalAssemblerList.hpp
LocalOperator.hpp
Marker.hpp
Marker.inc.hpp
Mesh.hpp
...
...
@@ -50,6 +53,7 @@ install(FILES
ProblemStatBase.hpp
ProblemStatTraits.hpp
ProblemTimeInterface.hpp
QuadratureFactory.hpp
StandardProblemIteration.hpp
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/amdis
)
...
...
This diff is collapsed.
Click to expand it.
src/amdis/linear_algebra/CMakeLists.txt
+
1
−
0
View file @
1d20d40c
...
...
@@ -4,6 +4,7 @@ install(FILES
DOFVectorBase.hpp
DOFVectorInterface.hpp
HierarchicWrapper.hpp
LinearSolver.hpp
LinearSolverInterface.hpp
PreconditionerInterface.hpp
RunnerInterface.hpp
...
...
This diff is collapsed.
Click to expand it.
src/amdis/utility/CMakeLists.txt
+
1
−
0
View file @
1d20d40c
...
...
@@ -5,6 +5,7 @@ dune_library_add_sources(amdis SOURCES
)
install
(
FILES
ConcurrentCache.hpp
Filesystem.hpp
FiniteElementType.hpp
MultiIndex.hpp
...
...
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