Skip to content

Commit e3a424f

Browse files
authored
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
1 parent 52b7fb5 commit e3a424f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MOM6/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ target_sources(OM3_mom6 PRIVATE
374374
MOM6/config_src/infra/FMS2/MOM_io_infra.F90
375375
MOM6/src/diagnostics/MOM_PointAccel.F90
376376

377+
MOM6/src/core/MOM_dynamics_split_RK2b.F90
378+
MOM6/src/equation_of_state/MOM_EOS_base_type.F90
379+
MOM6/src/parameterizations/lateral/MOM_self_attr_load.F90
380+
377381
extra_sources/mom_cap_gtracer_flux.F90
378382
)
379383

0 commit comments

Comments
 (0)