Skip to content

Commit

Permalink
add set_weights to CMake lists
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Sep 22, 2023
1 parent 71eae70 commit 40876f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/BuildROMSXExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function(build_romsx_lib romsx_lib_name)
${SRC_DIR}/TimeIntegration/ROMSX_vert_mean_3d.cpp
${SRC_DIR}/TimeIntegration/ROMSX_ComputeTimestep.cpp
${SRC_DIR}/TimeIntegration/ROMSX_TimeStep.cpp
${SRC_DIR}/TimeIntegration/ROMSX_set_weights.cpp
)

if(NOT "${romsx_exe_name}" STREQUAL "romsx_unit_tests")
Expand Down

0 comments on commit 40876f7

Please sign in to comment.