2019-09-23 08:00:23 +08:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2024-01-13 20:26:35 +08:00
|
|
|
includedir=@PKG_CONFIG_INCLUDEDIR@
|
|
|
|
libdir=@PKG_CONFIG_LIBDIR@
|
2019-09-23 08:00:23 +08:00
|
|
|
|
2024-12-01 20:08:53 +08:00
|
|
|
Name: libspdlog-2
|
2019-09-23 08:00:23 +08:00
|
|
|
Description: Fast C++ logging library.
|
2024-01-13 20:26:35 +08:00
|
|
|
URL: https://github.com/gabime/@PROJECT_NAME@
|
|
|
|
Version: @SPDLOG_VERSION@
|
2024-12-02 00:33:32 +08:00
|
|
|
CFlags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -lspdlog-@SPDLOG_VERSION_MAJOR@.@SPDLOG_VERSION_MINOR@ -pthread
|
2024-12-01 20:08:53 +08:00
|
|
|
Requires: fmt
|