CmakeLists.txt: add -pthread to pkg-config

This commit is contained in:
gabime 2019-10-04 21:56:17 +03:00
parent cf2bf488a2
commit fb70eca0a3
1 changed files with 1 additions and 2 deletions

View File

@ -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@