mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
28 lines
571 B
CMake
28 lines
571 B
CMake
#-----------------------------------------------------------------------------
|
|
# Define Sources, one file per application
|
|
#-----------------------------------------------------------------------------
|
|
set (common_examples
|
|
h5_cmprss
|
|
h5_crtdat
|
|
h5_rdwt
|
|
h5_crtatt
|
|
h5_crtgrp
|
|
h5_crtgrpar
|
|
h5_crtgrpd
|
|
h5_extend
|
|
h5_subset
|
|
hyperslab
|
|
selectele
|
|
refobjexample
|
|
refregexample
|
|
mountexample
|
|
compound
|
|
)
|
|
|
|
set (f03_examples
|
|
rwdset_fortran2003
|
|
nested_derived_type
|
|
compound_fortran2003
|
|
compound_complex_fortran2003
|
|
)
|