From f010c71490b35762c2e13fde7dad9fa77061f4ff Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 25 Jul 2016 14:20:30 +0200
Subject: [PATCH] Register headers with build system

---
 dune/matrix-vector/CMakeLists.txt | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dune/matrix-vector/CMakeLists.txt b/dune/matrix-vector/CMakeLists.txt
index c585fef..7a7517e 100644
--- a/dune/matrix-vector/CMakeLists.txt
+++ b/dune/matrix-vector/CMakeLists.txt
@@ -1,3 +1,7 @@
 #install headers
-install(FILES matrix-vector.hh DESTINATION include/dune/matrix-vector)
-
+install(FILES
+  componentwisematrixmap.hh
+  genericvectortools.hh
+  singlenonzerocolumnmatrix.hh
+  singlenonzerorowmatrix.hh
+  DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/matrix-vector)
\ No newline at end of file
-- 
GitLab