mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 09:45:03 +08:00
01ea5f6f16
* [freeglut] Fix android * [glui] android unsupported, needs GL/gl.h * [gl2ps] android unsupported, needs GL/gl.h * [libraw] Skip arm-neon-android CI, needs ftello * [mdl-sdk] Update 'supports' * Update ci.baseline.txt * [gl2ps] freeglut not needed * [mdl-sdk] Fix static-md
43 lines
898 B
JSON
43 lines
898 B
JSON
{
|
|
"name": "mdl-sdk",
|
|
"version": "2021.1.2",
|
|
"port-version": 4,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|