mirror of
https://github.com/libretro/dolphin
synced 2024-11-04 20:43:51 -05:00
12 lines
282 B
PkgConfig
Executable file
12 lines
282 B
PkgConfig
Executable file
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: fmt
|
|
Description: A modern formatting library
|
|
Version: @FMT_VERSION@
|
|
Libs: -L${libdir} -lfmt
|
|
Cflags: -I${includedir}
|
|
|