11 lines
290 B
PkgConfig
11 lines
290 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: quill
|
|
Description: Low Latency C++ Logging Library
|
|
URL: https://github.com/odygrd/quill
|
|
Version: @QUILL_VERSION@
|
|
CFlags: -I${includedir}
|
|
Libs: -L${libdir} -lquill -lpthread
|
|
Requires: @PKG_CONFIG_REQUIRES@
|