vcpkg/ports/gtl/vcpkg.json

14 lines
266 B
JSON
Raw Normal View History

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