mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 17:22:06 +08:00
updated pkgconfig.in
This commit is contained in:
parent
96195adaad
commit
98a8b75eb4
@ -7,6 +7,6 @@ Name: libspdlog-2
|
||||
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-@SPDLOG_VERSION_MAJOR@.@SPDLOG_VERSION_MINOR@
|
||||
CFlags: -I${includedir}
|
||||
Libs: -L${libdir} -lspdlog-@SPDLOG_VERSION_MAJOR@.@SPDLOG_VERSION_MINOR@ -pthread
|
||||
Requires: fmt
|
||||
|
Loading…
Reference in New Issue
Block a user