summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5G/C_sourcefiles.cmake
blob: 155453c34789006d8f7f12a579d2e0057734e97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#-----------------------------------------------------------------------------
# Define Sources, one file per application
#-----------------------------------------------------------------------------
set (examples)

set (common_examples
    h5ex_g_create
    h5ex_g_iterate
    h5ex_g_traverse
  )

set (1_8_examples
    h5ex_g_compact
    h5ex_g_corder
    h5ex_g_phase
    h5ex_g_intermediate
    h5ex_g_visit
)