15 lines
351 B
PkgConfig
15 lines
351 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: libspdlog
|
|
Description: Fast C++ logging library.
|
|
URL: https://github.com/gabime/spdlog
|
|
Version: 1.16.0
|
|
CFlags: "-I${includedir}" -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL
|
|
|
|
|
|
Libs: "-L${libdir}" -lspdlog -pthread
|
|
Requires: fmt
|