mirror of https://github.com/gabime/spdlog.git
Fixed pkg-config
parent
32d83ee246
commit
e6e2ffbf51
@ -1,13 +1,13 @@
|
|||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
includedir=@PKG_CONFIG_INCLUDEDIR@
|
libdir=${exec_prefix}/lib
|
||||||
libdir=@PKG_CONFIG_LIBDIR@
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: lib@PROJECT_NAME@
|
Name: @PROJECT_NAME@
|
||||||
Description: Fast C++ logging library.
|
Description: Fast C++ logging library.
|
||||||
URL: https://github.com/gabime/@PROJECT_NAME@
|
URL: https://github.com/gabime/spdlog.git
|
||||||
Version: @SPDLOG_VERSION@
|
Version: @PROJECT_VERSION@
|
||||||
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
|
||||||
Libs: -L${libdir} -lspdlog -pthread
|
|
||||||
Requires: @PKG_CONFIG_REQUIRES@
|
|
||||||
|
|
||||||
|
Requires: fmt
|
||||||
|
Libs: -L${libdir} -lspdlog
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
Loading…
Reference in New Issue