early-access version 2853
This commit is contained in:
33
externals/vcpkg/ports/stduuid/vcpkg.json
vendored
Executable file
33
externals/vcpkg/ports/stduuid/vcpkg.json
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "stduuid",
|
||||
"version": "1.2.2",
|
||||
"description": "A C++17 cross-platform implementation for UUIDs",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"gsl-span": {
|
||||
"description": "Using span from gsl instead of std",
|
||||
"dependencies": [
|
||||
"ms-gsl"
|
||||
]
|
||||
},
|
||||
"system-gen": {
|
||||
"description": "Enable operating system uuid generator",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libuuid",
|
||||
"platform": "!osx & !windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user