mirror of
https://github.com/Unidata/netcdf-cxx4.git
synced 2025-02-17 18:59:31 +08:00
Added the examples directory to CMake.
This commit is contained in:
parent
91791fc3b5
commit
3b25c8e179
@ -0,0 +1,16 @@
|
||||
################################################
|
||||
# CMakeLists.txt: CMake Configuration file
|
||||
# for the netcdf-cxx4 `examples` directory.
|
||||
################################################
|
||||
|
||||
IF(NCXX_ENABLE_TESTS)
|
||||
|
||||
add_bin_test(examples simple_xy_wr)
|
||||
add_bin_test(examples sfc_pres_temp_wr)
|
||||
add_bin_test(examples pres_temp_4D_wr)
|
||||
add_bin_test(examples pres_temp_4D_rd)
|
||||
add_bin_test(examples simple_xy_rd)
|
||||
add_bin_test(examples sfc_pres_temp_rd)
|
||||
add_bin_test(examples simple_xy_wr_formats)
|
||||
|
||||
ENDIF()
|
Loading…
Reference in New Issue
Block a user