summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake')
-rw-r--r--HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake42
1 files changed, 42 insertions, 0 deletions
diff --git a/HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake b/HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake
new file mode 100644
index 0000000..ea167ad
--- /dev/null
+++ b/HDF5Examples/FORTRAN/H5T/Fortran_sourcefiles.cmake
@@ -0,0 +1,42 @@
+#-----------------------------------------------------------------------------
+# Define Sources, one file per application
+#-----------------------------------------------------------------------------
+set (f03_examples
+ h5ex_t_array_F03
+ h5ex_t_arrayatt_F03
+ h5ex_t_bit_F03
+ h5ex_t_bitatt_F03
+ h5ex_t_cmpd_F03
+ h5ex_t_cmpdatt_F03
+ h5ex_t_enum_F03
+ h5ex_t_enumatt_F03
+ h5ex_t_float_F03
+ h5ex_t_floatatt_F03
+ h5ex_t_int_F03
+ h5ex_t_intatt_F03
+ h5ex_t_objref_F03
+ h5ex_t_objrefatt_F03
+ h5ex_t_opaque_F03
+ h5ex_t_opaqueatt_F03
+ h5ex_t_regref_F03
+ h5ex_t_regrefatt_F03
+ h5ex_t_string_F03
+ h5ex_t_stringC_F03
+ h5ex_t_stringCatt_F03
+ h5ex_t_vlen_F03
+ h5ex_t_vlenatt_F03
+# h5ex_t_vlstring_F03
+# h5ex_t_vlstringatt_F03
+# h5ex_t_cpxcmpd_F03
+# h5ex_t_cpxcmpdatt_F03
+# h5ex_t_commit_F03
+# h5ex_t_convert_F03
+)
+set (common_examples
+ h5ex_t_vlstring
+# h5ex_t_vlstringatt
+# h5ex_t_cpxcmpd
+# h5ex_t_cpxcmpdatt
+# h5ex_t_commit
+# h5ex_t_convert
+)