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