mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
11 lines
264 B
PkgConfig
Executable file
11 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}
|
|
|