Skip to content
Snippets Groups Projects
Commit 38b03ac4 authored by Max Kahnt's avatar Max Kahnt
Browse files

Add cmake target tracking all headers in dune/matrix-vector.

parent 93000bba
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,6 @@ install(FILES ...@@ -20,3 +20,6 @@ install(FILES
transformmatrix.hh transformmatrix.hh
triangularsolve.hh triangularsolve.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/matrix-vector) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/matrix-vector)
FILE(GLOB_RECURSE headers "./*.hh")
add_custom_target(headers SOURCES ${headers})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment