summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake
blob: 39c8940b9c195f64a89cb8a2f82d9f58a7412386 (plain)
1
2
3
4
5
6
7
8
9
10
11
#-----------------------------------------------------------------------------
# Define Sources, one file per application
#-----------------------------------------------------------------------------
set (examples
  ph5_f90_dataset
  ph5_f90_file_create
  ph5_f90_hyperslab_by_row
  ph5_f90_hyperslab_by_col
  ph5_f90_hyperslab_by_pattern
  ph5_f90_hyperslab_by_chunk
)