repo.or.cz
/
WRF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update version info for release v4.6.1 (#2122)
[WRF.git]
/
hydro
/
HYDRO_drv
/
CMakeLists.txt
blob
e0b1a6f442f0fb2b40f6266f10966d48d3f36914
1
# build the version static library
2
add_library(hydro_driver STATIC
3
module_HYDRO_drv.F90
4
)
5
6
target_link_libraries(hydro_driver PUBLIC
7
hydro_mpp
8
hydro_data_rec
9
hydro_routing
10
hydro_debug_utils
11
PRIVATE
12
netCDF::netcdff
13
)
14
15
if(WRF_HYDRO_NUDGING STREQUAL "1")
16
target_link_libraries(hydro_driver PUBLIC hydro_nudging)
17
endif()
18