aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index ed250b82..073da46f 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -39,6 +39,9 @@ target_link_libraries(${GPGFRONTEND_UI_LIB_NAME}
target_link_libraries(${GPGFRONTEND_UI_LIB_NAME}
easyloggingpp)
+# link gpgfrontend_core
+target_link_libraries(${GPGFRONTEND_UI_LIB_NAME}
+ gpgfrontend_core)
target_include_directories(gpgfrontend_ui PUBLIC
${CMAKE_CURRENT_BINARY_DIR}/${GPGFRONTEND_UI_LIB_NAME}_autogen/include)