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