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
Branches
No related tags found
No related merge requests found
...@@ -19,4 +19,7 @@ install(FILES ...@@ -19,4 +19,7 @@ install(FILES
tranpose.hh tranpose.hh
transformmatrix.hh transformmatrix.hh
triangularsolve.hh triangularsolve.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/matrix-vector) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/matrix-vector)
\ No newline at end of file
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