mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
78f041ab5b
It is not generally true that `CMAKE_INSTALL_<dir>` variables are relative paths: https://github.com/jtojnar/cmake-snips#concatenating-paths-when-building-pkg-config-files
12 lines
264 B
PkgConfig
12 lines
264 B
PkgConfig
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}
|
|
|