From 0c08f24481d6e35014db2e83d8eb983fb0091301 Mon Sep 17 00:00:00 2001 From: podlesny <podlesny@zedat.fu-berlin.de> Date: Mon, 8 Feb 2021 19:13:31 +0100 Subject: [PATCH] cmake target updates --- dune/tectonic/spatial-solving/CMakeLists.txt | 6 ++++++ src/foam/CMakeLists.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/dune/tectonic/spatial-solving/CMakeLists.txt b/dune/tectonic/spatial-solving/CMakeLists.txt index e7b68c86..3e38a1d6 100644 --- a/dune/tectonic/spatial-solving/CMakeLists.txt +++ b/dune/tectonic/spatial-solving/CMakeLists.txt @@ -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) diff --git a/src/foam/CMakeLists.txt b/src/foam/CMakeLists.txt index 5173c53f..b38552f3 100644 --- a/src/foam/CMakeLists.txt +++ b/src/foam/CMakeLists.txt @@ -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 ) -- GitLab