summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-24 15:48:43 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-24 15:48:43 +0100
commit9e937c1d987d407d974c9a2840a9b0581e43dcd0 (patch)
treeb53512282742713907191d89f012cdb1e4602c7a /CMakeLists.txt
parentf39da702c61685dc9b2437c533f74a3eed04a3e2 (diff)
downloadkube-9e937c1d987d407d974c9a2840a9b0581e43dcd0.tar.gz
kube-9e937c1d987d407d974c9a2840a9b0581e43dcd0.zip
Support unlocking the keyring from the commandline
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f52c825..2cbde180 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,6 +25,7 @@ include(KDECMakeSettings NO_POLICY_SCOPE)
25 25
26enable_testing() 26enable_testing()
27 27
28include_directories(.)
28add_subdirectory(framework) 29add_subdirectory(framework)
29add_subdirectory(components) 30add_subdirectory(components)
30add_subdirectory(icons) 31add_subdirectory(icons)