yuzu/externals/vcpkg/ports/polymorphic-value/vcpkg.json

19 lines
363 B
JSON
Executable File

{
"name": "polymorphic-value",
"version": "1.3.0",
"port-version": 3,
"description": "A polymorphic value-type for C++",
"homepage": "https://github.com/jbcoe/polymorphic_value",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}