Package: cpp-httplib
Severity: wishlist
X-Debbugs-Cc: kiw...@outlook.com

Dear Maintainer,

I'd like to use this library from CMake and I believe upstream has direct 
support for it.
Could you please include the CMake config files in the package ?

The typical way to import the library in CMake would be:

find_package(httplib)

But with the current Debian package I need to use the provided pkg-config:

find_package(PkgConfig)
pkg_search_module(httplib IMPORTED_TARGET cpp-httplib)

Thanks!

Regards,

Reply via email to