mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
369a9e01dc
Updates fmt to the latest release from 6.1.2
12 lines
264 B
PkgConfig
Executable File
12 lines
264 B
PkgConfig
Executable File
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@libdir_for_pc_file@
|
|
includedir=@includedir_for_pc_file@
|
|
|
|
Name: fmt
|
|
Description: A modern formatting library
|
|
Version: @FMT_VERSION@
|
|
Libs: -L${libdir} -l@FMT_LIB_NAME@
|
|
Cflags: -I${includedir}
|
|
|