1
0
mirror of synced 2025-04-19 00:24:02 +03:00

Add missing component comment (#2124)

Fix #2123
This commit is contained in:
KTGH 2025-03-31 20:34:28 -04:00 committed by GitHub
parent 0dbe8ba144
commit b7e33b08f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli) is available. After installation with Cmake, a find_package(httplib COMPONENTS OpenSSL ZLIB Brotli zstd) is available.
This creates a httplib::httplib target (if found and if listed components are supported). This creates a httplib::httplib target (if found and if listed components are supported).
It can be linked like so: It can be linked like so: