Skip to content

Commit

Permalink
Move soca utils to subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 7, 2023
1 parent 62ac75c commit 00cfdc5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
12 changes: 1 addition & 11 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,4 @@ find_package(oops REQUIRED)
find_package(atlas REQUIRED)
find_package(soca REQUIRED)

ecbuild_add_executable( TARGET gdas_socaincr2mom6.x
SOURCES gdas_socaincr2mom6.cc )

target_compile_features( gdas_socaincr2mom6.x PUBLIC cxx_std_17)
target_link_libraries( gdas_socaincr2mom6.x PUBLIC NetCDF::NetCDF_CXX oops atlas soca)

ecbuild_add_executable( TARGET gdas_socahybridweights.x
SOURCES gdas_socahybridweights.cc )

target_compile_features( gdas_socahybridweights.x PUBLIC cxx_std_17)
target_link_libraries( gdas_socahybridweights.x PUBLIC NetCDF::NetCDF_CXX oops atlas soca)
add_subdirectory(soca)
11 changes: 11 additions & 0 deletions utils/soca/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ecbuild_add_executable( TARGET gdas_socaincr2mom6.x
SOURCES gdas_socaincr2mom6.cc )

target_compile_features( gdas_socaincr2mom6.x PUBLIC cxx_std_17)
target_link_libraries( gdas_socaincr2mom6.x PUBLIC NetCDF::NetCDF_CXX oops atlas soca)

ecbuild_add_executable( TARGET gdas_socahybridweights.x
SOURCES gdas_socahybridweights.cc )

target_compile_features( gdas_socahybridweights.x PUBLIC cxx_std_17)
target_link_libraries( gdas_socahybridweights.x PUBLIC NetCDF::NetCDF_CXX oops atlas soca)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 00cfdc5

Please sign in to comment.