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
Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git]
/
external
/
io_grib2
/
CMakeLists.txt
blob
2a85c8609420962b1d97a8e1efeea31c6f21f2c6
1
# WRF CMake Build
2
3
# Eventually switch to ncep tag on github but for now make this 1-to-1 with make-style WRF
4
add_subdirectory( g2lib )
5
add_subdirectory( bacio-1.3 )
6
7
target_sources(
8
${PROJECT_NAME}_Core
9
PRIVATE
10
grib2tbls_types.F
11
io_grib2.F
12
read_grib2map.F
13
)