From c9004645b1b26fd426ae908aaf26a316c127ddb0 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Tue, 24 Sep 2019 13:03:55 +0200 Subject: [PATCH] add NodeIndices.hpp to CMakeLists --- src/amdis/functions/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amdis/functions/CMakeLists.txt b/src/amdis/functions/CMakeLists.txt index 837a5f64..7e0fc990 100644 --- a/src/amdis/functions/CMakeLists.txt +++ b/src/amdis/functions/CMakeLists.txt @@ -5,5 +5,6 @@ install(FILES GlobalIdSet.hpp HierarchicNodeToRangeMap.hpp Interpolate.hpp + NodeIndices.hpp Nodes.hpp DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/amdis/functions) -- GitLab