Add HDF5 library to link tests

This commit is contained in:
2020-04-20 10:02:18 +02:00
parent bf881f5468
commit 7dfdd1b970
+3
View File
@@ -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)