Files
hdf5/HDF5Examples/C/H5VDS/C_sourcefiles.cmake
Allen Byrne aa734a5d7e Add VDS examples and fix non-standalone build (#3898)
* Choose a size for rdata dimension

* Fix platform naming conflicts

* Fix doxygen references to point within library repo
2023-12-21 09:53:24 -06:00

21 lines
588 B
CMake

#-----------------------------------------------------------------------------
# Define Sources, one file per application
#-----------------------------------------------------------------------------
set (examples)
if (HDF5_VERSION_MAJOR VERSION_GREATER_EQUAL "1.10" AND NOT ${EXAMPLE_VARNAME}_USE_16_API AND NOT ${EXAMPLE_VARNAME}_USE_18_API)
set (1_10_examples
h5ex_vds
h5ex_vds-exc
# h5ex_vds-exclim
h5ex_vds-eiger
h5ex_vds-simpleIO
h5ex_vds-percival
h5ex_vds-percival-unlim
h5ex_vds-percival-unlim-maxmin
)
else ()
set (1_10_examples)
endif ()