diff options
Diffstat (limited to 'vcpkg/ports/tinycthread/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tinycthread/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/tinycthread/vcpkg.json b/vcpkg/ports/tinycthread/vcpkg.json new file mode 100644 index 0000000..a66b799 --- /dev/null +++ b/vcpkg/ports/tinycthread/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "tinycthread", + "version-date": "2019-08-06", + "port-version": 3, + "description": "Small, portable implementation of the C11 threads API", + "homepage": "https://tinycthread.github.io/", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |