blob: 2e1ede2cb1e131d4c88c346550a4ee6b64aca8ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#-----------------------------------------------------------------------------
# Define Sources, one file per application
#-----------------------------------------------------------------------------
set (examples
ph5_filtered_writes
ph5_filtered_writes_no_sel
ph5_dataset
ph5_file_create
ph5_hyperslab_by_row
ph5_hyperslab_by_col
ph5_hyperslab_by_pattern
ph5_hyperslab_by_chunk
)
if (${HDF5_ENABLE_SUBFILING_VFD})
list (APPEND examples ph5_subfiling)
endif ()
|