mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
|
brotli provides CMake targets:
|
||
|
|
||
|
find_package(unofficial-brotli CONFIG REQUIRED)
|
||
|
# Brotli decoder library
|
||
|
target_link_libraries(main PRIVATE unofficial::brotli::brotlidec)
|
||
|
# Brotli encoder library
|
||
|
target_link_libraries(main PRIVATE unofficial::brotli::brotlienc)
|