diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-24 15:48:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-11-24 15:48:43 +0100 |
commit | 9e937c1d987d407d974c9a2840a9b0581e43dcd0 (patch) | |
tree | b53512282742713907191d89f012cdb1e4602c7a /CMakeLists.txt | |
parent | f39da702c61685dc9b2437c533f74a3eed04a3e2 (diff) | |
download | kube-9e937c1d987d407d974c9a2840a9b0581e43dcd0.tar.gz kube-9e937c1d987d407d974c9a2840a9b0581e43dcd0.zip |
Support unlocking the keyring from the commandline
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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 | ||
26 | enable_testing() | 26 | enable_testing() |
27 | 27 | ||
28 | include_directories(.) | ||
28 | add_subdirectory(framework) | 29 | add_subdirectory(framework) |
29 | add_subdirectory(components) | 30 | add_subdirectory(components) |
30 | add_subdirectory(icons) | 31 | add_subdirectory(icons) |