pineapple/externals/vcpkg/ports/gcem/vcpkg.json
2022-07-23 03:01:36 +02:00

17 lines
365 B
JSON
Executable file

{
"name": "gcem",
"version": "1.14.1",
"description": "A C++ compile-time math library using generalized constant expressions",
"homepage": "https://www.kthohr.com/gcem.html",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}