vcpkg/ports/assimp/vcpkg.json
Kristian Duske 87b341399b
Use unofficial-minizip for find_dependency to fix a configure warning (#34499)
This was supposed to be fixed in 1e0eede790, but I missed the call to
find_dependency.
2023-10-16 12:26:45 -07:00

29 lines
496 B
JSON

{
"name": "assimp",
"version": "5.3.1",
"port-version": 2,
"description": "The Open Asset import library",
"homepage": "https://github.com/assimp/assimp",
"license": "BSD-3-Clause",
"dependencies": [
"draco",
"kubazip",
"minizip",
"poly2tri",
"polyclipping",
"pugixml",
"rapidjson",
"stb",
"utfcpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}