spdlog/cmake/spdlog.pc.in
2024-01-13 13:50:46 +02:00

14 lines
303 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: @PROJECT_NAME@
Description: Fast C++ logging library.
URL: https://github.com/gabime/spdlog.git
Version: @PROJECT_VERSION@
Requires: fmt
Libs: -L${libdir} -lspdlog
Cflags: -I${includedir}