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

set (common_examples
    h5ex_g_compact
    h5ex_g_corder
    h5ex_g_phase
    h5ex_g_create
)

#set (f03_examples
#    h5ex_g_iterate_F03
#    h5ex_g_traverse_F03
#    h5ex_g_visit_F03
#)