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

Make custom target for source files.

parent c86f1cd4
No related branches found
No related tags found
No related merge requests found
install(FILES set(DUNE_SOLVERS_COMMON
arithmetic.hh arithmetic.hh
boxconstraint.hh boxconstraint.hh
canignore.hh canignore.hh
...@@ -8,4 +8,9 @@ install(FILES ...@@ -8,4 +8,9 @@ install(FILES
permutationmanager.hh permutationmanager.hh
preconditioner.hh preconditioner.hh
staticmatrixtools.hh staticmatrixtools.hh
)
add_custom_target(dune_solvers_common_sources SOURCES ${DUNE_SOLVERS_COMMON})
install(FILES ${DUNE_SOLVERS_COMMON}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/solvers/common) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/solvers/common)
install(FILES set(DUNE_SOLVERS_ITERATIONSTEPS
amgstep.hh amgstep.hh
blockgsstep.cc blockgsstep.cc
blockgsstep.hh blockgsstep.hh
...@@ -27,4 +27,9 @@ install(FILES ...@@ -27,4 +27,9 @@ install(FILES
truncatedsaddlepointgsstep.hh truncatedsaddlepointgsstep.hh
trustregiongsstep.cc trustregiongsstep.cc
trustregiongsstep.hh trustregiongsstep.hh
)
add_custom_target(dune_solvers_iterationsteps_sources SOURCES ${DUNE_SOLVERS_ITERATIONSTEPS})
install(FILES ${DUNE_SOLVERS_ITERATIONSTEPS}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/solvers/iterationsteps) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/solvers/iterationsteps)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment