mirror of
https://github.com/fmtlib/fmt.git
synced 2026-09-14 14:52:25 +08:00
12 lines
326 B
PkgConfig
12 lines
326 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@libdir_for_pc_file@
|
|
includedir=@includedir_for_pc_file@
|
|
|
|
Name: fmt-c
|
|
Description: C interface for fmt, a modern formatting library
|
|
Version: @FMT_VERSION@
|
|
Libs: -L${libdir} -l@FMT_C_LIB_NAME@
|
|
Cflags: -I${includedir}
|
|
Requires.private: fmt = @FMT_VERSION@
|