mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
63449f5c8d
* [crc32c] fix clang-cl builds. * v db
18 lines
368 B
JSON
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
|
|
}
|
|
]
|
|
}
|