mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-14 17:52:05 +08:00
Updated pkgconfig to version 2
This commit is contained in:
parent
3b6f36c43b
commit
c55e7f6d14
@ -3,10 +3,10 @@ exec_prefix=${prefix}
|
|||||||
includedir=@PKG_CONFIG_INCLUDEDIR@
|
includedir=@PKG_CONFIG_INCLUDEDIR@
|
||||||
libdir=@PKG_CONFIG_LIBDIR@
|
libdir=@PKG_CONFIG_LIBDIR@
|
||||||
|
|
||||||
Name: libspdlog
|
Name: libspdlog-2
|
||||||
Description: Fast C++ logging library.
|
Description: Fast C++ logging library.
|
||||||
URL: https://github.com/gabime/@PROJECT_NAME@
|
URL: https://github.com/gabime/@PROJECT_NAME@
|
||||||
Version: @SPDLOG_VERSION@
|
Version: @SPDLOG_VERSION@
|
||||||
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
||||||
Libs: -L${libdir} -lspdlog
|
Libs: -L${libdir} -lspdlog-@SPDLOG_VERSION_MAJOR@.@SPDLOG_VERSION_MINOR@
|
||||||
Requires: fmt
|
Requires: fmt
|
Loading…
Reference in New Issue
Block a user