diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-10 12:27:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-10 12:42:13 +0100 |
commit | a5f38b6541fbab0bdf31d5a804ec644af09a6b1b (patch) | |
tree | 9e5bec0ec777f09d4ebe1761feb5a4cfb5a5d240 /views/CMakeLists.txt | |
parent | 6d726bb10386b3d7f5481d41b735ec06cb2163ad (diff) | |
download | kube-a5f38b6541fbab0bdf31d5a804ec644af09a6b1b.tar.gz kube-a5f38b6541fbab0bdf31d5a804ec644af09a6b1b.zip |
The Inbox crusher as a first experimental view.
The extension itself is not really usable yet, but serves as a showcase.
Diffstat (limited to 'views/CMakeLists.txt')
-rw-r--r-- | views/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/CMakeLists.txt b/views/CMakeLists.txt index 4004e310..5b19620d 100644 --- a/views/CMakeLists.txt +++ b/views/CMakeLists.txt | |||
@@ -9,3 +9,6 @@ install_view(conversation) | |||
9 | install_view(people) | 9 | install_view(people) |
10 | install_view(log) | 10 | install_view(log) |
11 | install_view(accounts) | 11 | install_view(accounts) |
12 | if (${EXPERIMENTAL_VIEWS}) | ||
13 | install_view(inboxcrusher) | ||
14 | endif() | ||