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
CMake netCDF Compatibility with WPS (#2121)
[WRF.git]
/
external
/
ioapi_share
/
CMakeLists.txt
blob
ddd37ecae2b8daba4e2b4d52cacd3770e3a3d400
1
get_filename_component( FOLDER_COMPILE_TARGET ${CMAKE_CURRENT_SOURCE_DIR} NAME)
2
set(
3
WRF_INCLUDE_FILES
4
wrf_io_flags.h
5
wrf_status_codes.h
6
)
7
8
install(
9
FILES ${WRF_INCLUDE_FILES}
10
DESTINATION include/external/${FOLDER_COMPILE_TARGET}
11
)