mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:19:08 +08:00
8eb76645c0
* [pthreads4w] update for single config builds, improve downstream compatibility * [darknet] remove integrated pthreads cmake module * [pthreads4w] use config instead of module naming * fix library search path * improve downstream compatibility even more * fix references * do not store deprecated symbols in PThreads4W cmake config * fix references * [pthreads4w] add license * fix references * Update ports/pthreads/vcpkg.json Co-authored-by: Billy O'Neal <bion@microsoft.com> * add usage * update refs Co-authored-by: Billy O'Neal <bion@microsoft.com>
9 lines
285 B
JSON
9 lines
285 B
JSON
{
|
|
"name": "pthreads",
|
|
"version": "3.0.0",
|
|
"port-version": 11,
|
|
"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"
|
|
}
|