diff options
Diffstat (limited to 'vcpkg/ports/intelrdfpmathlib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/intelrdfpmathlib/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/intelrdfpmathlib/vcpkg.json b/vcpkg/ports/intelrdfpmathlib/vcpkg.json new file mode 100644 index 0000000..f16c7e5 --- /dev/null +++ b/vcpkg/ports/intelrdfpmathlib/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "intelrdfpmathlib", + "version-string": "20U2", + "port-version": 6, + "description": "Intel(R) Decimal Floating-Point Math Library", + "supports": "!(arm & windows)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |