aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 0282b58c..68a2f53f 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -46,11 +46,6 @@ if (NOT LINUX)
target_link_libraries(gpgfrontend_core PUBLIC config++ intl)
endif ()
-# easyloggingpp
-target_include_directories(gpgfrontend_core PUBLIC
- ${CMAKE_SOURCE_DIR}/third_party/easyloggingpp/src)
-target_sources(gpgfrontend_core PUBLIC
- ${CMAKE_SOURCE_DIR}/third_party/easyloggingpp/src/easylogging++.cc)
# qt-aes
target_sources(gpgfrontend_core PRIVATE
${CMAKE_SOURCE_DIR}/third_party/qt-aes/qaesencryption.cpp)
@@ -82,6 +77,9 @@ if (MINGW)
target_link_libraries(gpgfrontend_core PUBLIC bcrypt)
endif ()
+# spdlog
+target_link_libraries(gpgfrontend_core PRIVATE spdlog)
+
# link libarchive
target_link_libraries(gpgfrontend_core PRIVATE archive)