Skip to content

Commit

Permalink
Move two 'driver' files to driver subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Nov 23, 2021
1 parent 4b4a398 commit 8761097
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ endif()
###############################################################################
### UFS Library
###############################################################################
add_library(ufs EARTH_GRID_COMP.F90)
add_library(ufs driver/EARTH_GRID_COMP.F90)
set_target_properties(ufs PROPERTIES Fortran_MODULE_DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/mod)
target_include_directories(ufs INTERFACE $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/mod>
Expand Down Expand Up @@ -294,7 +294,7 @@ target_link_libraries(ufs PUBLIC "${_ufs_libs_public}")
###############################################################################
### UFS executable
###############################################################################
add_executable(ufs_model UFS.F90)
add_executable(ufs_model driver/UFS.F90)
add_dependencies(ufs_model ufs)
target_link_libraries(ufs_model ufs esmf w3nco::w3nco_d)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8761097

Please sign in to comment.