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
/
OrchestratorLayer
/
CMakeLists.txt
blob
c0e1f4ad9dee5baba3d8c517f5afef5b7b72bf74
1
# build the orchestrator static library
2
add_library(hydro_orchestrator STATIC
3
config.F90
4
io_manager.F90
5
orchestrator.F90
6
)
7
8
add_dependencies(hydro_orchestrator
9
hydro_netcdf_layer
10
hydro_utils
11
)
12
13
target_link_libraries(hydro_orchestrator PRIVATE
14
hydro_netcdf_layer
15
hydro_utils
16
)