From 806bfe6c228f5cc662494923056287771a8bb67f Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Wed, 15 May 2019 14:50:33 +0200 Subject: [PATCH] Added missing file BackupRestor.hpp to CMakeLists --- src/amdis/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amdis/CMakeLists.txt b/src/amdis/CMakeLists.txt index 35fe7555..ceaf0b69 100644 --- a/src/amdis/CMakeLists.txt +++ b/src/amdis/CMakeLists.txt @@ -23,6 +23,7 @@ install(FILES AMDiS.hpp Assembler.hpp AssemblerInterface.hpp + BackupRestore.hpp Boundary.hpp BoundaryCondition.hpp BoundaryManager.hpp -- GitLab