summaryrefslogtreecommitdiffstats
path: root/fortran/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-12-10 22:41:13 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-12-10 22:41:13 (GMT)
commit02fb07aa85910dda7f8437f58b61623994fa7cae (patch)
tree025d42cde0be25f7075cbb5a440b339a11b7a282 /fortran/examples/CMakeLists.txt
parent17fd0e9ce4e56ad786ccf04907fcddabddab936a (diff)
downloadhdf5-02fb07aa85910dda7f8437f58b61623994fa7cae.zip
hdf5-02fb07aa85910dda7f8437f58b61623994fa7cae.tar.gz
hdf5-02fb07aa85910dda7f8437f58b61623994fa7cae.tar.bz2
[svn-r23089] Changed Fortran examples to reflect changes in documentation via Barbara;
mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)
Diffstat (limited to 'fortran/examples/CMakeLists.txt')
-rw-r--r--fortran/examples/CMakeLists.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/fortran/examples/CMakeLists.txt b/fortran/examples/CMakeLists.txt
index 0825f81..bf4b11a 100644
--- a/fortran/examples/CMakeLists.txt
+++ b/fortran/examples/CMakeLists.txt
@@ -14,13 +14,14 @@ INCLUDE_DIRECTORIES (${CMAKE_Fortran_MODULE_DIRECTORY} ${HDF5_F90_BINARY_DIR} ${
# Define Sources
#-----------------------------------------------------------------------------
SET (examples
- dsetexample
- fileexample
- rwdsetexample
- attrexample
- groupexample
- grpsexample
- grpdsetexample
+ h5_crtdat
+ h5_rdwt
+ h5_crtatt
+ h5_crtgrp
+ h5_crtgrpar
+ h5_crtgrpd
+ h5_extend
+ h5_subset
hyperslab
selectele
refobjexample