Link zmq into tests

This commit is contained in:
2020-05-06 10:12:05 +02:00
parent b2d14fbb64
commit b73e625471
+1
View File
@@ -5,6 +5,7 @@ target_link_libraries(core-buffer_tests
hdf5
hdf5_hl
hdf5_cpp
zmq
gtest)
add_executable(perf-sf_writer perf_SFWriter.cpp)