add_executable(sample-trace src/trace.cpp)
target_link_libraries(sample-trace PUBLIC Poco::Foundation)
