mirror of https://github.com/gabime/spdlog.git
Fixed pkg-config
parent
32d83ee246
commit
e6e2ffbf51
@ -1,13 +1,13 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
includedir=@PKG_CONFIG_INCLUDEDIR@
|
||||
libdir=@PKG_CONFIG_LIBDIR@
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: lib@PROJECT_NAME@
|
||||
Name: @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@
|
||||
URL: https://github.com/gabime/spdlog.git
|
||||
Version: @PROJECT_VERSION@
|
||||
|
||||
Requires: fmt
|
||||
Libs: -L${libdir} -lspdlog
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue