Add missing link library to sf_writer

This commit is contained in:
2021-01-19 10:56:14 +01:00
parent 20bf00cbbe
commit a3d0286250
+1
View File
@@ -11,6 +11,7 @@ add_executable(sf-writer src/main.cpp)
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
target_link_libraries(sf-writer
sf-writer-lib
zmq
hdf5
hdf5_hl
hdf5_cpp