ADD_LIBRARY(JFJochReader STATIC
        JFJochReader.cpp JFJochReader.h
        JFJochHDF5Reader.cpp
        JFJochHDF5Reader.h
        JFJochReaderImage.cpp
        JFJochReaderImage.h
        JFJochReaderDataset.cpp
        JFJochReaderDataset.h
        JFJochHttpReader.cpp
        JFJochHttpReader.h
)

TARGET_LINK_LIBRARIES(JFJochReader JFJochImageAnalysis JFJochAPI JFJochCommon JFJochZMQ JFJochLogger
                      JFJochHDF5Wrappers CBORStream2FrameSerialize
                      httplib::httplib ${CMAKE_DL_LIBS})
