mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
12 lines
201 B
PkgConfig
12 lines
201 B
PkgConfig
|
prefix=
|
||
|
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}
|
||
|
|