add_executable(Logger src/Logger.cpp)
target_link_libraries(Logger PUBLIC Poco::Foundation)