diff --git a/src/amdis/CMakeLists.txt b/src/amdis/CMakeLists.txt index 261e70afb1eef1d35fafe0711383ee9a23d00686..6a404cb86e02fe335804e4cc39a433627505dfb6 100644 --- a/src/amdis/CMakeLists.txt +++ b/src/amdis/CMakeLists.txt @@ -18,7 +18,6 @@ install(FILES AdaptInfo.hpp AdaptInstationary.hpp AdaptionInterface.hpp - AdaptiveGlobalBasis.hpp AdaptStationary.hpp AMDiS.hpp Assembler.hpp diff --git a/src/amdis/io/CMakeLists.txt b/src/amdis/io/CMakeLists.txt index 09203370907abcd7c9fccb825b7d1ec644362816..d367155d520275615b380bb2b56a6157d292a9f9 100644 --- a/src/amdis/io/CMakeLists.txt +++ b/src/amdis/io/CMakeLists.txt @@ -1,3 +1,3 @@ install(FILES - VtkSequenceWriter.hpp + VTKSequenceWriter.hpp DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amdis/io) diff --git a/src/amdis/linearalgebra/istl/CMakeLists.txt b/src/amdis/linearalgebra/istl/CMakeLists.txt index 7463442b0cedc3e80833eee9f209563d04da56c5..1c81e4f885cc1974e66bc92d8c587c776b50bff2 100644 --- a/src/amdis/linearalgebra/istl/CMakeLists.txt +++ b/src/amdis/linearalgebra/istl/CMakeLists.txt @@ -1,4 +1,5 @@ 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)