mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 00:45:48 +08:00
14 lines
376 B
PkgConfig
14 lines
376 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
|
|
Name: lib@PROJECT_NAME@
|
|
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 -pthread
|
|
Requires: @PKG_CONFIG_REQUIRES@
|
|
|