goatshriek / stumpless

a C logging library built for performance and features
https://goatshriek.github.io/stumpless
Apache License 2.0
447 stars 337 forks source link

Include pkg-config #339

Closed emansom closed 1 year ago

emansom commented 1 year ago

Is your feature request related to a problem? Please describe. Currently there's no pkg-config being generated when running cmake --install on a Linux system.

Describe the solution you'd like A pkg-config file automatically being generated, allowing easy dependency discovery using CMake on Linux systems.

Additional context Collections-C implemented it this way. That seems the easiest. (and pretty clean!)