summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 04:46:49 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 04:46:49 (GMT)
commit3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f (patch)
treeab49ec493819757688ef86ebaa4e96186e84d0d8 /hl/fortran/examples/CMakeLists.txt
parent363988bd77243b36c6324734b3a985c4fe07f650 (diff)
downloadhdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.zip
hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.tar.gz
hdf5-3b62414fdf2f4fc22b73d77e0bfa0cfd6f80864f.tar.bz2
[svn-r21558] Description:
Merge example ds program from trunk into 1.8 branch. r21006 and r21249. Tested (jam, gfortran)
Diffstat (limited to 'hl/fortran/examples/CMakeLists.txt')
-rw-r--r--hl/fortran/examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/fortran/examples/CMakeLists.txt b/hl/fortran/examples/CMakeLists.txt
index 50fa1ea..7b97bd3 100644
--- a/hl/fortran/examples/CMakeLists.txt
+++ b/hl/fortran/examples/CMakeLists.txt
@@ -12,6 +12,7 @@ INCLUDE_DIRECTORIES (
SET (examples
exlite
+ ex_ds1
)
FOREACH (example ${examples})