diff options
Diffstat (limited to 'vcpkg/ports/pthreads/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pthreads/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/pthreads/vcpkg.json b/vcpkg/ports/pthreads/vcpkg.json new file mode 100644 index 0000000..40c9c97 --- /dev/null +++ b/vcpkg/ports/pthreads/vcpkg.json @@ -0,0 +1,14 @@ +{ + "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 + } + ] +} |