mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
cmake: add support for brotli
Currently CMake cannot detect Brotli support. This adds detection of the libraries and associated header files. It also adds this to the generated config. Closes #2392
This commit is contained in:
parent
b7b2809a21
commit
d22e5e02a2
3 changed files with 35 additions and 0 deletions
|
|
@ -398,6 +398,9 @@
|
|||
/* if zlib is available */
|
||||
#cmakedefine HAVE_LIBZ 1
|
||||
|
||||
/* if brotli is available */
|
||||
#cmakedefine HAVE_BROTLI 1
|
||||
|
||||
/* if your compiler supports LL */
|
||||
#cmakedefine HAVE_LL 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue