mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
CmakeLists.txt: Fixed package config generation
This commit is contained in:
@@ -7,5 +7,8 @@ Name: lib@PROJECT_NAME@
|
||||
Description: Fast C++ logging library.
|
||||
URL: https://github.com/gabime/@PROJECT_NAME@
|
||||
Version: @SPDLOG_VERSION@
|
||||
CFlags: -I${includedir}/@SPDLOG_CFLAGS@
|
||||
Libs: -L${libdir}/@PROJECT_NAME@ -l@PROJECT_NAME@
|
||||
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
||||
Libs: -L${libdir} -lspdlog
|
||||
Libs.private: -lpthread
|
||||
Requires: @PKG_CONFIG_REQUIRES@
|
||||
|
||||
|
Reference in New Issue
Block a user