mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
6abebce350
* FarmHash, a family of hash functions. * WiP
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
The package farmhash is compatible with built-in CMake targets:
|
|
|
|
FIND_PACKAGE(farmhash REQUIRED)
|
|
TARGET_LINK_LIBRARIES(main PRIVATE GOOGLE::farmhash) for linkage |