mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-12-02 21:55:58 +00:00
15 lines
339 B
PkgConfig
15 lines
339 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.8.5
|
|
CFlags: -I"${includedir}" -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL
|
|
Libs: -L"${libdir}" -lspdlog -pthread
|
|
Requires: fmt
|
|
|