vcpkg/ports/libguarded/vcpkg.json
2023-07-21 09:06:34 -07:00

18 lines
361 B
JSON

{
"name": "libguarded",
"version": "1.4.1",
"description": "Header-only library for multithreaded programming.",
"homepage": "https://github.com/copperspice/libguarded",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}