vcpkg/ports/crc32c/vcpkg.json
Alexander Neumann 63449f5c8d
[crc32c] Clang-cl fix (#26253)
* [crc32c] fix clang-cl builds.

* v db
2022-08-10 11:24:20 -07:00

18 lines
368 B
JSON

{
"name": "crc32c",
"version": "1.1.2",
"port-version": 1,
"description": "CRC32C implementation with support for CPU-specific acceleration instructions.",
"homepage": "https://github.com/google/crc32c",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}