xatlasΒΆ

hunter_add_package(xatlas)
find_package(xatlas CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC xatlas::xatlas)