diff options
Diffstat (limited to 'vcpkg/ports/lockpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/lockpp/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/lockpp/vcpkg.json b/vcpkg/ports/lockpp/vcpkg.json new file mode 100644 index 0000000..c3114e5 --- /dev/null +++ b/vcpkg/ports/lockpp/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "lockpp", + "version": "3.0", + "port-version": 1, + "description": "A C++17 Library that provides mutex protected objects", + "homepage": "https://github.com/Curve/lockpp", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |