mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
12 lines
327 B
PkgConfig
12 lines
327 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=@PKG_CONFIG_INCLUDEDIR@
|
|
libdir=@PKG_CONFIG_LIBDIR@
|
|
|
|
Name: libspdlog
|
|
Description: Fast C++ logging library.
|
|
URL: https://github.com/gabime/@PROJECT_NAME@
|
|
Version: @SPDLOG_VERSION@
|
|
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
|
Libs: -L${libdir} -lspdlog
|
|
Requires: fmt |