mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
21 lines
431 B
CMake
21 lines
431 B
CMake
#-----------------------------------------------------------------------------
|
|
# Define Sources, one file per application
|
|
#-----------------------------------------------------------------------------
|
|
set (examples
|
|
h5_compound
|
|
h5_crtdat
|
|
h5_gzip
|
|
h5_hype
|
|
h5_hypeb
|
|
h5_links
|
|
h5_objref
|
|
h5_readtofloat
|
|
h5_regref
|
|
h5_selecelem
|
|
h5_string
|
|
h5_unlim
|
|
h5_visit
|
|
h5_visita
|
|
h5_vlstring
|
|
)
|