Skip to content

Commit

Permalink
Compile ww3_grid executable from WW3.
Browse files Browse the repository at this point in the history
  • Loading branch information
micaeljtoliveira committed Oct 9, 2023
1 parent 377c1fc commit 78aa65b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WW3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ include("ww3_files.cmake")
add_fortran_library(ww3 mod STATIC ${ww3_src_files})
target_link_libraries(ww3 PUBLIC esmf
NetCDF::NetCDF_Fortran)

# WW3 executables
add_executable(ww3_grid WW3/model/src/ww3_grid.F90)
target_link_libraries(ww3_grid PRIVATE ww3)

0 comments on commit 78aa65b

Please sign in to comment.