tmxparserΒΆ

hunter_add_package(tmxparser)
find_package(tmxparser CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC tmxparser)