mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
13 lines
305 B
CMake
13 lines
305 B
CMake
#-----------------------------------------------------------------------------
|
|
# Define Sources, one file per application
|
|
#-----------------------------------------------------------------------------
|
|
set (examples
|
|
create
|
|
readdata
|
|
writedata
|
|
compound
|
|
extend_ds
|
|
chunks
|
|
h5group
|
|
)
|