vcpkg/ports/mdl-sdk/vcpkg.json
Kai Pastor 01ea5f6f16
[freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391)
* [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
2023-12-01 02:13:18 -08:00

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"
]
}
}
}