vcpkg/ports/tiny-process-library/vcpkg.json
2023-11-22 14:35:49 -08:00

20 lines
438 B
JSON

{
"name": "tiny-process-library",
"version": "2.0.4",
"port-version": 3,
"description": "A small platform independent library to create and stop new processes in C++",
"homepage": "https://gitlab.com/eidheim/tiny-process-library/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}