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