add_executable(PrettyPrint src/PrettyPrint.cpp)
target_link_libraries(PrettyPrint PUBLIC Poco::XML)
