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}