mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-12-02 13:45:58 +00:00
13 lines
228 B
PkgConfig
13 lines
228 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/../include
|
|
|
|
Name: fmt
|
|
Description: A modern formatting library
|
|
Version: 7.1.3
|
|
Libs: -L"${libdir}" -lfmtd
|
|
Cflags: -I"${includedir}"
|
|
|