From e3a424fb029ad4dea750504fb972a26847e0135e Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:41:04 +1100 Subject: [PATCH] Update CMakeLists.txt to include files that have been added with the new mom version Based on output of this command `git diff e92c971084e185cfd3902f18072320b45d583a54 05d8cc395c1c3c04dd04885bf8dd6df50a86b862 --name-only --diff-filter=A` and https://github.com/mom-ocean/MOM6/compare/05d8cc395c1c3c04dd04885bf8dd6df50a86b862..e92c971084e185cfd3902f18072320b45d583a54 --- MOM6/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MOM6/CMakeLists.txt b/MOM6/CMakeLists.txt index c51ab3c..5bba4d9 100644 --- a/MOM6/CMakeLists.txt +++ b/MOM6/CMakeLists.txt @@ -374,6 +374,10 @@ target_sources(OM3_mom6 PRIVATE MOM6/config_src/infra/FMS2/MOM_io_infra.F90 MOM6/src/diagnostics/MOM_PointAccel.F90 + MOM6/src/core/MOM_dynamics_split_RK2b.F90 + MOM6/src/equation_of_state/MOM_EOS_base_type.F90 + MOM6/src/parameterizations/lateral/MOM_self_attr_load.F90 + extra_sources/mom_cap_gtracer_flux.F90 )