summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake
blob: ea167ad5279e34723e78bea6b0f308a5e52fd330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#-----------------------------------------------------------------------------
# Define Sources, one file per application
#-----------------------------------------------------------------------------
set (f03_examples
    h5ex_t_array_F03
    h5ex_t_arrayatt_F03
    h5ex_t_bit_F03
    h5ex_t_bitatt_F03
    h5ex_t_cmpd_F03
    h5ex_t_cmpdatt_F03
    h5ex_t_enum_F03
    h5ex_t_enumatt_F03
    h5ex_t_float_F03
    h5ex_t_floatatt_F03
    h5ex_t_int_F03
    h5ex_t_intatt_F03
    h5ex_t_objref_F03
    h5ex_t_objrefatt_F03
    h5ex_t_opaque_F03
    h5ex_t_opaqueatt_F03
    h5ex_t_regref_F03
    h5ex_t_regrefatt_F03
    h5ex_t_string_F03
    h5ex_t_stringC_F03
    h5ex_t_stringCatt_F03
    h5ex_t_vlen_F03
    h5ex_t_vlenatt_F03
#    h5ex_t_vlstring_F03
#    h5ex_t_vlstringatt_F03
#    h5ex_t_cpxcmpd_F03
#    h5ex_t_cpxcmpdatt_F03
#    h5ex_t_commit_F03
#    h5ex_t_convert_F03
)
set (common_examples
    h5ex_t_vlstring
#    h5ex_t_vlstringatt
#    h5ex_t_cpxcmpd
#    h5ex_t_cpxcmpdatt
#    h5ex_t_commit
#    h5ex_t_convert
)