mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 16:28:23 -05:00
4 lines
169 B
Plaintext
Executable File
4 lines
169 B
Plaintext
Executable File
The package farmhash is compatible with built-in CMake targets:
|
|
|
|
FIND_PACKAGE(farmhash REQUIRED)
|
|
TARGET_LINK_LIBRARIES(main PRIVATE GOOGLE::farmhash) for linkage |