mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
12 lines
503 B
CMake
12 lines
503 B
CMake
#-----------------------------------------------------------------------------
|
|
# Define Sources, one file per application
|
|
#-----------------------------------------------------------------------------
|
|
set (common_examples
|
|
h5ex_lite1 h5ex_lite2 h5ex_lite3 h5ex_packet_table_FL
|
|
h5ex_image1 h5ex_image2
|
|
h5ex_table_01 h5ex_table_02 h5ex_table_03 h5ex_table_04
|
|
h5ex_table_05 h5ex_table_06 h5ex_table_07 h5ex_table_08
|
|
h5ex_table_09 h5ex_table_10 h5ex_table_11 h5ex_table_12
|
|
h5ex_ds1
|
|
)
|