vcpkg/ports/drekar-launch-process-cpp/vcpkg.json

19 lines
449 B
JSON
Raw Normal View History

{
"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
}
]
}