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
f31615cc
Commit
f31615cc
authored
5 years ago
by
Müller, Felix
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/missing_cmakelists_entries' into 'master'
Added missing install entries to CMakeLists See merge request
!103
parents
71d185e6
04f1727f
No related branches found
Branches containing commit
No related tags found
1 merge request
!103
Added missing install entries to CMakeLists
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/amdis/CMakeLists.txt
+0
-1
0 additions, 1 deletion
src/amdis/CMakeLists.txt
src/amdis/io/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/amdis/io/CMakeLists.txt
src/amdis/linearalgebra/istl/CMakeLists.txt
+2
-0
2 additions, 0 deletions
src/amdis/linearalgebra/istl/CMakeLists.txt
with
3 additions
and
2 deletions
src/amdis/CMakeLists.txt
+
0
−
1
View file @
f31615cc
...
...
@@ -18,7 +18,6 @@ install(FILES
AdaptInfo.hpp
AdaptInstationary.hpp
AdaptionInterface.hpp
AdaptiveGlobalBasis.hpp
AdaptStationary.hpp
AMDiS.hpp
Assembler.hpp
...
...
This diff is collapsed.
Click to expand it.
src/amdis/io/CMakeLists.txt
+
1
−
1
View file @
f31615cc
install
(
FILES
V
tk
SequenceWriter.hpp
V
TK
SequenceWriter.hpp
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/amdis/io
)
This diff is collapsed.
Click to expand it.
src/amdis/linearalgebra/istl/CMakeLists.txt
+
2
−
0
View file @
f31615cc
install
(
FILES
AMGPrecon.hpp
Communication.hpp
Communication.inc.hpp
Constraints.hpp
...
...
@@ -9,6 +10,7 @@ install(FILES
Fwd.hpp
ISTL_Preconditioner.hpp
ISTL_Solver.hpp
ISTLPreconCreatorInterface.hpp
ISTLRunner.hpp
Traits.hpp
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/amdis/linearalgebra/istl
)
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