summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5VDS/C_sourcefiles.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5VDS/C_sourcefiles.cmake')
-rw-r--r--HDF5Examples/C/H5VDS/C_sourcefiles.cmake20
1 files changed, 20 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5VDS/C_sourcefiles.cmake b/HDF5Examples/C/H5VDS/C_sourcefiles.cmake
new file mode 100644
index 0000000..a408faf
--- /dev/null
+++ b/HDF5Examples/C/H5VDS/C_sourcefiles.cmake
@@ -0,0 +1,20 @@
+#-----------------------------------------------------------------------------
+# Define Sources, one file per application
+#-----------------------------------------------------------------------------
+set (examples)
+
+if (HDF5_VERSION_MAJOR VERSION_GREATER_EQUAL "1.10" AND NOT ${EXAMPLE_VARNAME}_USE_16_API AND NOT ${EXAMPLE_VARNAME}_USE_18_API)
+ set (1_10_examples
+ h5ex_vds
+ h5ex_vds-exc
+# h5ex_vds-exclim
+ h5ex_vds-eiger
+ h5ex_vds-simpleIO
+ h5ex_vds-percival
+ h5ex_vds-percival-unlim
+ h5ex_vds-percival-unlim-maxmin
+ )
+else ()
+ set (1_10_examples)
+endif ()
+