Skip to content
Snippets Groups Projects
Commit 0c08f244 authored by podlesny's avatar podlesny
Browse files

cmake target updates

parent 3218ed19
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ add_subdirectory("preconditioners")
add_custom_target(tectonic_dune_spatial-solving SOURCES
fixedpointiterator.hh
fixedpointiterator.cc
functionalfactory.hh
makelinearsolver.hh
nonlinearsolver.hh
solverfactory.hh
solverfactory.cc
)
......@@ -12,5 +15,8 @@ add_custom_target(tectonic_dune_spatial-solving SOURCES
#install headers
install(FILES
fixedpointiterator.hh
functionalfactory.hh.hh
makelinearsolver.hh
nonlinearsolver.hh
solverfactory.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/tectonic)
......@@ -27,6 +27,7 @@ set(FOAM_SOURCE_FILES
../../dune/tectonic/time-stepping/rate.cc
../../dune/tectonic/time-stepping/rate/rateupdater.cc
../../dune/tectonic/time-stepping/state.cc
../../dune/tectonic/time-stepping/uniformtimestepper.cc
foam.cc
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment