vcpkg/ports/pthreads/vcpkg.json
Benjamin Oldenburg 13a0b7ba8d
[pthreads] Fixed whitespaces in path issue (#31179)
* quotes

* Updated version

* move static patch filenames to vcpkg_from_sourceforge()
2023-05-04 10:27:12 -07:00

15 lines
377 B
JSON

{
"name": "pthreads",
"version": "3.0.0",
"port-version": 14,
"description": "Meta-package that provides PThreads4W on Windows, or assumes presence of system pthreads on POSIX systems.",
"homepage": "https://sourceforge.net/projects/pthreads4w/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}