Files
spdlog/cmake/spdlog.pc.in

12 lines
327 B
PkgConfig
Raw Normal View History

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