1
0
mirror of https://gitlab.com/hashborgir/d2tweaks-rnd2k.git synced 2025-05-02 09:05:33 +00:00
2024-04-16 21:45:38 -06:00

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