mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-29 22:38:25 -05: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}"
|
|
|