diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-09-26 20:53:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-09-26 20:53:18 (GMT) |
commit | 7702c7f760f0a4eb01059b621cf0df747153a021 (patch) | |
tree | 6a353cb6d0585628911bbde496ef5d9605b266b3 /testpar/CMakeLists.txt | |
parent | 563990e64eca93063b060a4664996be0e8298382 (diff) | |
download | hdf5-7702c7f760f0a4eb01059b621cf0df747153a021.zip hdf5-7702c7f760f0a4eb01059b621cf0df747153a021.tar.gz hdf5-7702c7f760f0a4eb01059b621cf0df747153a021.tar.bz2 |
[svn-r22817] Description:
Update CMake files for new encode/decode property list files.
Diffstat (limited to 'testpar/CMakeLists.txt')
-rw-r--r-- | testpar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt index 5d594a6..88c47f5 100644 --- a/testpar/CMakeLists.txt +++ b/testpar/CMakeLists.txt @@ -23,6 +23,7 @@ SET (testphdf5_SRCS ${HDF5_TEST_PAR_SOURCE_DIR}/t_span_tree.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_chunk_alloc.c ${HDF5_TEST_PAR_SOURCE_DIR}/t_filter_read.c + ${HDF5_TEST_PAR_SOURCE_DIR}/t_prop.c ) #-- Adding test for testhdf5 |