diff options
Diffstat (limited to 'vcpkg/ports/vectorclass/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vectorclass/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/vectorclass/vcpkg.json b/vcpkg/ports/vectorclass/vcpkg.json new file mode 100644 index 0000000..1be19e6 --- /dev/null +++ b/vcpkg/ports/vectorclass/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "vectorclass", + "version-string": "2.02.00", + "description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors", + "homepage": "https://github.com/vectorclass/version2", + "license": "Apache-2.0", + "supports": "!(arm | arm64)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |