diff options
Diffstat (limited to 'vcpkg/ports/gcem/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gcem/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/gcem/vcpkg.json b/vcpkg/ports/gcem/vcpkg.json new file mode 100644 index 0000000..9580206 --- /dev/null +++ b/vcpkg/ports/gcem/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "gcem", + "version": "1.18.0", + "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 + } + ] +} |