diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-03-04 17:29:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-03-04 17:29:29 (GMT) |
commit | e2175fd0ca8e00af14c97f4a103c31e8ae19b490 (patch) | |
tree | d129734a7f6dcec2f57f53d6b7b7d963687126a8 /examples | |
parent | 3c9c263e5a86cca9094ece751f430b7eacb250a4 (diff) | |
download | hdf5-e2175fd0ca8e00af14c97f4a103c31e8ae19b490.zip hdf5-e2175fd0ca8e00af14c97f4a103c31e8ae19b490.tar.gz hdf5-e2175fd0ca8e00af14c97f4a103c31e8ae19b490.tar.bz2 |
[svn-r26360] Modified CMake files to accomodate new h5_vds-exc.c example.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 1 | ||||
-rw-r--r-- | examples/CMakeTests.cmake | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index b7c9c63..bc97b75 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -34,6 +34,7 @@ set (examples h5_extlink h5_elink_unix2win h5_shared_mesg + h5_vds-exc h5_vds ) diff --git a/examples/CMakeTests.cmake b/examples/CMakeTests.cmake index 5a756c8..50da442 100644 --- a/examples/CMakeTests.cmake +++ b/examples/CMakeTests.cmake @@ -42,6 +42,8 @@ blue/prefix_target.h5 red/prefix_target.h5 u2w/u2w_target.h5 + vds.h5 + vds-excalibur.h5 ) if (NOT "${last_test}" STREQUAL "") set_tests_properties (EXAMPLES-clear-objects PROPERTIES DEPENDS ${last_test}) |