mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
fc88fcde10
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen
34 lines
746 B
CMake
34 lines
746 B
CMake
#-----------------------------------------------------------------------------
|
|
# Define Sources, one file per application
|
|
#-----------------------------------------------------------------------------
|
|
set (common_examples
|
|
h5ex_t_array
|
|
h5ex_t_arrayatt
|
|
h5ex_t_bit
|
|
h5ex_t_bitatt
|
|
h5ex_t_cmpd
|
|
h5ex_t_cmpdatt
|
|
h5ex_t_enum
|
|
h5ex_t_enumatt
|
|
h5ex_t_float
|
|
h5ex_t_floatatt
|
|
h5ex_t_int
|
|
h5ex_t_intatt
|
|
h5ex_t_objref
|
|
h5ex_t_objrefatt
|
|
h5ex_t_opaque
|
|
h5ex_t_opaqueatt
|
|
h5ex_t_regref
|
|
h5ex_t_regrefatt
|
|
h5ex_t_string
|
|
h5ex_t_stringatt
|
|
h5ex_t_vlen
|
|
h5ex_t_vlenatt
|
|
h5ex_t_vlstring
|
|
h5ex_t_vlstringatt
|
|
h5ex_t_cpxcmpd
|
|
h5ex_t_cpxcmpdatt
|
|
h5ex_t_commit
|
|
h5ex_t_convert
|
|
)
|