mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-15 19:36:59 +00:00
11 lines
248 B
PkgConfig
11 lines
248 B
PkgConfig
prefix=C:/Program Files/Pound
|
|
exec_prefix=C:/Program Files/Pound
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: fmt
|
|
Description: A modern formatting library
|
|
Version: 11.2.0
|
|
Libs: -L${libdir} -lfmt
|
|
Cflags: -I${includedir}
|
|
|