Skip to content

Commit

Permalink
Actually generate the NetCDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Aug 23, 2024
1 parent 7156168 commit 381f869
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ add_custom_command(
ncgen -b -o test_2.nc ${CMAKE_CURRENT_SOURCE_DIR}/test_2.cdl
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/test_2.cdl
)
add_custom_target(
generate_input_files
ALL
DEPENDS test_0.nc test_1.nc test_2.nc
)

0 comments on commit 381f869

Please sign in to comment.