Skip to content
Snippets Groups Projects

WIP: Make custom target for source files.

Closed maxka requested to merge feature/cmakelists-sources-target into master
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
install(FILES
set(DUNE_SOLVERS_COMMON
arithmetic.hh
boxconstraint.hh
canignore.hh
@@ -8,4 +8,9 @@ install(FILES
permutationmanager.hh
preconditioner.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)
Loading