diff options
Diffstat (limited to 'vcpkg/ports/pthread-stubs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pthread-stubs/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/pthread-stubs/vcpkg.json b/vcpkg/ports/pthread-stubs/vcpkg.json new file mode 100644 index 0000000..b0b25b3 --- /dev/null +++ b/vcpkg/ports/pthread-stubs/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "pthread-stubs", + "version": "0.4", + "port-version": 1, + "description": "Stub replacements for POSIX Threads functions.", + "homepage": "https://gitlab.freedesktop.org/xorg/lib/pthread-stubs", + "license": "X11-distribute-modifications-variant", + "dependencies": [ + "pthread" + ] +} |