summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-23 20:18:13 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-23 20:18:13 +0100
commit8f660d52236d38278bb64e313916169a34e1fa63 (patch)
tree96280a128b5e1240560fb0715c892c27fb6200fa
parentFix blurry avatars (diff)
downloadnheko-8f660d52236d38278bb64e313916169a34e1fa63.tar.xz
Actually use the spdlog target
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ef6f378..67953cd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)