diff options
Diffstat (limited to 'ports/gcem')
| -rw-r--r-- | ports/gcem/CONTROL | 3 | ||||
| -rw-r--r-- | ports/gcem/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/gcem/CONTROL b/ports/gcem/CONTROL deleted file mode 100644 index 7af19ce9a..000000000 --- a/ports/gcem/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: gcem -Version: 1.13.1 -Description: A C++ compile-time math library using generalized constant expressions diff --git a/ports/gcem/vcpkg.json b/ports/gcem/vcpkg.json new file mode 100644 index 000000000..ef9aef715 --- /dev/null +++ b/ports/gcem/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "gcem", + "version-string": "1.13.1", + "port-version": 1, + "description": "A C++ compile-time math library using generalized constant expressions" +} |
