summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-06-22 17:03:37 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-06-22 17:03:37 (GMT)
commit396a022ec0f2583c08ec703d7c26f00aba326aea (patch)
tree4ffed2ef701a629dfb65537d03cea91347c7ce7d /hl/fortran/examples/CMakeLists.txt
parentf8f8bed0c2d9d8c9dd39ce09018e629c6e886037 (diff)
downloadhdf5-396a022ec0f2583c08ec703d7c26f00aba326aea.zip
hdf5-396a022ec0f2583c08ec703d7c26f00aba326aea.tar.gz
hdf5-396a022ec0f2583c08ec703d7c26f00aba326aea.tar.bz2
[svn-r21016] Description: Added Fortran DS example to CMakeList.txt
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})