add_executable(custom_measurement
    main.cpp
    CustomDelayedChannel.cpp CustomDelayedChannel.h
    CustomStartStop.cpp CustomStartStop.h
)

target_link_libraries(custom_measurement PRIVATE TimeTagger::TimeTagger)
