diff options
Diffstat (limited to 'vcpkg/ports/crc32c/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/crc32c/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/crc32c/vcpkg.json b/vcpkg/ports/crc32c/vcpkg.json new file mode 100644 index 0000000..3f8718a --- /dev/null +++ b/vcpkg/ports/crc32c/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "crc32c", + "version": "1.1.2", + "port-version": 2, + "description": "CRC32C implementation with support for CPU-specific acceleration instructions.", + "homepage": "https://github.com/google/crc32c", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |