mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-10 00:42:45 +01:00
12 lines
228 B
PkgConfig
Executable file
12 lines
228 B
PkgConfig
Executable file
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}" -lfmtd
|
|
Cflags: -I"${includedir}"
|
|
|