diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 51854af8e..6efd2fa00 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -63,6 +63,8 @@ list (APPEND MAIN_SOURCE_FILES opm/polymer/TransportSolverTwophasePolymer.cpp opm/polymer/fullyimplicit/FullyImplicitCompressiblePolymerSolver.cpp opm/polymer/fullyimplicit/PolymerPropsAd.cpp + opm/simulators/SimulatorCompressibleTwophase.cpp + opm/simulators/SimulatorIncompTwophase.cpp ) @@ -82,6 +84,7 @@ list (APPEND TEST_SOURCE_FILES tests/test_vfpproperties.cpp tests/test_singlecellsolves.cpp tests/test_solventprops_ad.cpp + # tests/test_thresholdpressure.cpp ) list (APPEND TEST_DATA_FILES @@ -99,6 +102,7 @@ list (APPEND EXAMPLE_SOURCE_FILES examples/flow_multisegment.cpp examples/flow_solvent.cpp examples/sim_2p_incomp_ad.cpp + examples/sim_2p_comp_reorder.cpp examples/sim_simple.cpp examples/opm_init_check.cpp examples/sim_poly2p_comp_reorder.cpp diff --git a/tests/test_thresholdpressure.cpp b/tests/test_thresholdpressure.cpp index d82ed0b75..c582335fb 100644 --- a/tests/test_thresholdpressure.cpp +++ b/tests/test_thresholdpressure.cpp @@ -6,7 +6,7 @@ #include #include #include -#include // Note: the GridHelpers must be included before this (to make overloads available) +#include // Note: the GridHelpers must be included before this (to make overloads available) static DeckPtr createDeckSimConfig() {