add_executable(daqd_stream_probe
        compare_data.cc
        daqd_stream_probe.cc)
target_include_directories(daqd_stream_probe PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../client/private")
target_link_libraries(daqd_stream_probe PRIVATE
        daqd_stream_plugins
        daqd_stream_common
        daqd_stream_client
        probe_support)

install(TARGETS daqd_stream_probe DESTINATION bin)