mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 13:59:03 +08:00
19 lines
449 B
JSON
19 lines
449 B
JSON
|
{
|
||
|
"name": "drekar-launch-process-cpp",
|
||
|
"version-semver": "0.1.0",
|
||
|
"description": "Companion library for drekar-launch for C++",
|
||
|
"homepage": "https://github.com/johnwason/drekar-launch-process-cpp",
|
||
|
"license": "Apache-2.0",
|
||
|
"supports": "(windows & (x86 | x64) & !uwp) | linux | osx",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|