From 7dfdd1b9704e78516adb26266e2a661256671743 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 20 Apr 2020 10:02:18 +0200 Subject: [PATCH] Add HDF5 library to link tests --- core-buffer/test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core-buffer/test/CMakeLists.txt b/core-buffer/test/CMakeLists.txt index 00ef939..eb7b720 100644 --- a/core-buffer/test/CMakeLists.txt +++ b/core-buffer/test/CMakeLists.txt @@ -2,4 +2,7 @@ add_executable(core-buffer_tests test_main.cpp) target_link_libraries(core-buffer_tests core-buffer + hdf5 + hdf5_hl + hdf5_cpp gtest) \ No newline at end of file