diff --git a/dune/matrix-vector/CMakeLists.txt b/dune/matrix-vector/CMakeLists.txt index c585fef607f47766a19dea8dbbffd6912b2c18fe..7a7517ea10e37266945fddc34e26d1df77b95be0 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