mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |