mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
CmakeLists.txt: add -pthread to pkg-config
This commit is contained in:
parent
cf2bf488a2
commit
fb70eca0a3
@ -8,7 +8,6 @@ Description: Fast C++ logging library.
|
||||
URL: https://github.com/gabime/@PROJECT_NAME@
|
||||
Version: @SPDLOG_VERSION@
|
||||
CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
|
||||
Libs: -L${libdir} -lspdlog
|
||||
Libs.private: -lpthread
|
||||
Libs: -L${libdir} -lspdlog -pthread
|
||||
Requires: @PKG_CONFIG_REQUIRES@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user