mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Fixed pkgconfig
This commit is contained in:
parent
e6e2ffbf51
commit
26b6461b24
@ -1,13 +1,12 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
includedir=@PKG_CONFIG_INCLUDEDIR@
|
||||
libdir=@PKG_CONFIG_LIBDIR@
|
||||
|
||||
Name: @PROJECT_NAME@
|
||||
Name: libspdlog
|
||||
Description: Fast C++ logging library.
|
||||
URL: https://github.com/gabime/spdlog.git
|
||||
Version: @PROJECT_VERSION@
|
||||
|
||||
Requires: fmt
|
||||
URL: https://github.com/gabime/@PROJECT_NAME@
|
||||
Version: @SPDLOG_VERSION@
|
||||
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
||||
Libs: -L${libdir} -lspdlog
|
||||
Cflags: -I${includedir}
|
||||
Requires: fmt
|
Loading…
Reference in New Issue
Block a user