mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 21:58:06 +08:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
lz4 provides CMake targets:
|
||
|
|
||
|
find_package(lz4 CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE lz4::lz4)
|
||
|
|
||
|
lz4 provides pkg-config modules:
|
||
|
|
||
|
liblz4
|