diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-06-22 17:03:37 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2011-06-22 17:03:37 (GMT) |
commit | 396a022ec0f2583c08ec703d7c26f00aba326aea (patch) | |
tree | 4ffed2ef701a629dfb65537d03cea91347c7ce7d | |
parent | f8f8bed0c2d9d8c9dd39ce09018e629c6e886037 (diff) | |
download | hdf5-396a022ec0f2583c08ec703d7c26f00aba326aea.zip hdf5-396a022ec0f2583c08ec703d7c26f00aba326aea.tar.gz hdf5-396a022ec0f2583c08ec703d7c26f00aba326aea.tar.bz2 |
[svn-r21016] Description: Added Fortran DS example to CMakeList.txt
-rw-r--r-- | hl/fortran/examples/CMakeLists.txt | 1 |
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}) |