add_library(probe_support STATIC
        posix_mmap.cc)
target_link_libraries(probe_support PUBLIC
        daqd_stream_common)
target_compile_options(probe_support PRIVATE -fPIC)
target_include_directories(probe_support PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})