From 04f1727fccb83efcae68ec93c048bc4cf55513a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20M=C3=BCller?= <felix.mueller2@mailbox.tu-dresden.de>
Date: Thu, 19 Sep 2019 17:58:53 +0200
Subject: [PATCH] Added missing install entries to CMakeLists

---
 src/amdis/CMakeLists.txt                    | 1 -
 src/amdis/io/CMakeLists.txt                 | 2 +-
 src/amdis/linearalgebra/istl/CMakeLists.txt | 2 ++
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/amdis/CMakeLists.txt b/src/amdis/CMakeLists.txt
index 261e70af..6a404cb8 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 09203370..d367155d 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 7463442b..1c81e4f8 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)
-- 
GitLab