mirror of
https://gitlab.com/suyu-emu/suyu.git
synced 2024-03-15 23:15:44 +00:00
13 lines
224 B
PkgConfig
Executable file
13 lines
224 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}" -lfmt
|
|
Cflags: -I"${includedir}"
|
|
|