summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake')
-rw-r--r--HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake b/HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake
index 39c8940..af2bb57 100644
--- a/HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake
+++ b/HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake
@@ -9,3 +9,14 @@ set (examples
ph5_f90_hyperslab_by_pattern
ph5_f90_hyperslab_by_chunk
)
+
+if (HDF5_ENABLE_SUBFILING_VFD)
+ set (examples ${examples}
+ ph5_f90_subfiling
+ )
+endif()
+if (HDF5_VERSION_STRING VERSION_GREATER_EQUAL "1.14.4")
+ set (examples ${examples}
+ ph5_f90_filtered_writes_no_sel
+ )
+endif()