mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
2eab0f6ee8
https://github.com/microsoft/vcpkg/pull/36124#discussion_r1567897651, https://github.com/microsoft/vcpkg/pull/24633#discussion_r1568353228. Related (fix): https://github.com/microsoft/vcpkg/pull/38223 (merged here.) --------- Co-authored-by: Jim-Wang <wangzhijie05@beyondsoft.com>
43 lines
898 B
JSON
43 lines
898 B
JSON
{
|
|
"name": "mdl-sdk",
|
|
"version": "2021.1.2",
|
|
"port-version": 5,
|
|
"description": "NVIDIA Material Definition Language SDK",
|
|
"homepage": "https://github.com/NVIDIA/MDL-SDK",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!arm & !x86 & !staticcrt",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-any",
|
|
"boost-bind",
|
|
"boost-core",
|
|
"boost-function",
|
|
"boost-functional",
|
|
"boost-smart-ptr",
|
|
"boost-tokenizer",
|
|
"boost-unordered",
|
|
"boost-uuid",
|
|
"freeimage",
|
|
"opengl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"dds": {
|
|
"description": "Build image plugin for DDS"
|
|
},
|
|
"freeimage": {
|
|
"description": "Build image plugin for various image formats using Freeimage",
|
|
"dependencies": [
|
|
"freeimage"
|
|
]
|
|
}
|
|
}
|
|
}
|