vcpkg/ports/tiny-process-library/vcpkg.json
Thomas1664 c68fa01291
[tiny-process-library] Disable examples (#28568)
* [tiny-process-library] Disable examples

* version

* Fix patch

* version

* Fix deprecated function

* version

* Disable dynamic builds on Windows

* version
2022-12-27 00:41:27 -08:00

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