early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/polymorphic-value/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/polymorphic-value/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user