summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5PAR/C_sourcefiles.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5PAR/C_sourcefiles.cmake')
-rw-r--r--HDF5Examples/C/H5PAR/C_sourcefiles.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5PAR/C_sourcefiles.cmake b/HDF5Examples/C/H5PAR/C_sourcefiles.cmake
new file mode 100644
index 0000000..2e1ede2
--- /dev/null
+++ b/HDF5Examples/C/H5PAR/C_sourcefiles.cmake
@@ -0,0 +1,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 ()