spdlog/cmake/spdlog.pc.in

14 lines
303 B
PkgConfig
Raw Normal View History

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