vcpkg/ports/gtl/vcpkg.json
2024-09-23 15:25:13 -04:00

14 lines
266 B
JSON

{
"name": "gtl",
"version": "1.2.0",
"description": "Greg's Template Library of useful classes.",
"homepage": "https://github.com/greg7mdp/gtl",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}