mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
c68fa01291
* [tiny-process-library] Disable examples * version * Fix patch * version * Fix deprecated function * version * Disable dynamic builds on Windows * version
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "tiny-process-library",
|
|
"version": "2.0.4",
|
|
"port-version": 2,
|
|
"description": "A small platform independent library to create and stop new processes in C++",
|
|
"homepage": "https://gitlab.com/eidheim/tiny-process-library/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|