diff --git a/src/amdis/CMakeLists.txt b/src/amdis/CMakeLists.txt index cde9be08724e21a1ceb68249b8df7a5863d31b1b..706ce91d9481db4232090b5ad6295ae0645adc1c 100644 --- a/src/amdis/CMakeLists.txt +++ b/src/amdis/CMakeLists.txt @@ -30,6 +30,7 @@ install(FILES DataTransfer.hpp DataTransfer.inc.hpp DirichletBC.hpp + DirichletBC.inc.hpp FileWriter.hpp FileWriterInterface.hpp Flag.hpp diff --git a/src/amdis/common/CMakeLists.txt b/src/amdis/common/CMakeLists.txt index 1eec42e568a6e7b63a9135be22071466aae8f489..ebf8a782466ce7b9fa2fd0c71dc86059bc87272a 100644 --- a/src/amdis/common/CMakeLists.txt +++ b/src/amdis/common/CMakeLists.txt @@ -16,7 +16,6 @@ install(FILES Index.hpp Literals.hpp Logical.hpp - Loops.hpp Math.hpp MultiTypeMatrix.hpp MultiTypeVector.hpp