Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
04f1727f
Commit
04f1727f
authored
Sep 19, 2019
by
Müller, Felix
Browse files
Added missing install entries to CMakeLists
parent
71d185e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/amdis/CMakeLists.txt
View file @
04f1727f
...
...
@@ -18,7 +18,6 @@ install(FILES
AdaptInfo.hpp
AdaptInstationary.hpp
AdaptionInterface.hpp
AdaptiveGlobalBasis.hpp
AdaptStationary.hpp
AMDiS.hpp
Assembler.hpp
...
...
src/amdis/io/CMakeLists.txt
View file @
04f1727f
install
(
FILES
V
tk
SequenceWriter.hpp
V
TK
SequenceWriter.hpp
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/amdis/io
)
src/amdis/linearalgebra/istl/CMakeLists.txt
View file @
04f1727f
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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment