Removed link libraries

This commit is contained in:
2020-05-20 12:25:12 +02:00
parent 6d210ed702
commit 618dd7110e
+2 -4
View File
@@ -3,10 +3,8 @@ add_executable(sf-buffer-tests main.cpp)
target_link_libraries(sf-buffer-tests
core-buffer-lib
sf-buffer-lib
external
hdf5
hdf5_hl
hdf5_cpp
zmq
gtest)
gtest
)