yuzu/externals/vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json

38 lines
831 B
JSON
Executable File

{
"name": "ned14-internal-quickcpplib",
"version": "0.0.0-cad832c8",
"port-version": 1,
"description": "NOT FOR EXTERNAL CONSUMPTION, a set of internal scripts used by ned14's libraries.",
"homepage": "https://github.com/ned14/quickcpplib",
"license": "Apache-2.0",
"dependencies": [
"byte-lite",
"gsl-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cxx17": {
"description": "Do not polyfill C++17 entities"
},
"cxx20": {
"description": "Do not polyfill C++20 entities",
"dependencies": [
{
"name": "ned14-internal-quickcpplib",
"default-features": false,
"features": [
"cxx17"
]
}
]
}
}
}