mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-30 00:38:24 -05: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: 8.1.1
|
||
|
Libs: -L"${libdir}" -lfmt
|
||
|
Cflags: -I"${includedir}"
|
||
|
|