add_executable(quickstart quickstart.cpp)
target_link_libraries(quickstart PUBLIC TimeTagger::TimeTagger)
