mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-14 00:44:22 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user