summaryrefslogtreecommitdiffstats
path: root/hl/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-12-28 21:20:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-12-28 21:20:09 (GMT)
commit518a94dd0fcae607c263f16c2b2d823c84b9b647 (patch)
treea4f9fd7d5d788787b90d196400960015acedd667 /hl/tools
parent9b0f236d8cc833f9103a64654d46997695172ea8 (diff)
downloadhdf5-518a94dd0fcae607c263f16c2b2d823c84b9b647.zip
hdf5-518a94dd0fcae607c263f16c2b2d823c84b9b647.tar.gz
hdf5-518a94dd0fcae607c263f16c2b2d823c84b9b647.tar.bz2
Add test lib to extend_dset test link line
Diffstat (limited to 'hl/tools')
-rw-r--r--hl/tools/h5watch/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/CMakeLists.txt b/hl/tools/h5watch/CMakeLists.txt
index c982c8f..6d55abc 100644
--- a/hl/tools/h5watch/CMakeLists.txt
+++ b/hl/tools/h5watch/CMakeLists.txt
@@ -39,7 +39,7 @@ if (BUILD_TESTING)
add_executable (extend_dset ${extend_dset_SOURCES})
TARGET_NAMING (extend_dset STATIC)
TARGET_C_PROPERTIES (extend_dset STATIC " " " ")
- target_link_libraries (extend_dset ${HDF5_HL_LIB_TARGET} ${HDF5_LIB_TARGET} ${HDF5_TOOLS_LIB_TARGET})
+ target_link_libraries (extend_dset ${HDF5_HL_LIB_TARGET} ${HDF5_TEST_LIB_TARGET} ${HDF5_LIB_TARGET} ${HDF5_TOOLS_LIB_TARGET})
set_target_properties (extend_dset PROPERTIES FOLDER tools/hl)
add_executable (h5watchgentest ${HDF5_HL_TOOLS_H5WATCH_SOURCE_DIR}/h5watchgentest.c)