mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2024-12-02 21:55:58 +00:00
13 lines
224 B
PkgConfig
13 lines
224 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}" -lfmt
|
||
|
Cflags: -I"${includedir}"
|
||
|
|