mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
79c923ba2c
These variables get set to /usr/lib and /usr/include , which is totally wrong in a cross compilation environment. Changed to standard pkgconfig values consistent with most other ones.
12 lines
282 B
PkgConfig
12 lines
282 B
PkgConfig
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}
|
|
|