spdlog/cmake/spdlog.pc.in

12 lines
327 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
2024-01-13 20:26:35 +08:00
includedir=@PKG_CONFIG_INCLUDEDIR@
libdir=@PKG_CONFIG_LIBDIR@
2024-01-13 20:26:35 +08:00
Name: libspdlog
Description: Fast C++ logging library.
2024-01-13 20:26:35 +08:00
URL: https://github.com/gabime/@PROJECT_NAME@
Version: @SPDLOG_VERSION@
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
2024-01-13 19:50:46 +08:00
Libs: -L${libdir} -lspdlog
2024-01-13 20:26:35 +08:00
Requires: fmt