mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Actually use the spdlog target
This commit is contained in:
parent
569c22b755
commit
8f660d5223
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ set(COMMON_LIBS
|
|||
Qt5::Qml
|
||||
Qt5::QuickControls2
|
||||
Qt5::QuickWidgets
|
||||
nlohmann_json::nlohmann_json)
|
||||
nlohmann_json::nlohmann_json
|
||||
spdlog::spdlog)
|
||||
|
||||
if(APPVEYOR_BUILD)
|
||||
set(NHEKO_LIBS ${COMMON_LIBS} lmdb)
|
||||
|
|
Loading…
Reference in a new issue