mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 07:41:47 +08:00
87b341399b
This was supposed to be fixed in 1e0eede790
, but I missed the call to
find_dependency.
29 lines
496 B
JSON
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"
|
|
]
|
|
}
|