diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-09 12:30:38 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-11 23:01:39 +0100 |
commit | 9fbae5e1910d08cfeaf0002e881923dacb4c18bf (patch) | |
tree | da4cafc4195714187809869e192f84eef9b8d1b3 /views/CMakeLists.txt | |
parent | 6d327d68ad8eb1fa894bb268d109e98cff7192cf (diff) | |
download | kube-9fbae5e1910d08cfeaf0002e881923dacb4c18bf.tar.gz kube-9fbae5e1910d08cfeaf0002e881923dacb4c18bf.zip |
Searchview
Diffstat (limited to 'views/CMakeLists.txt')
-rw-r--r-- | views/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/CMakeLists.txt b/views/CMakeLists.txt index 5b19620d..565b48b0 100644 --- a/views/CMakeLists.txt +++ b/views/CMakeLists.txt | |||
@@ -9,6 +9,7 @@ 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 | install_view(search) | ||
12 | if (${EXPERIMENTAL_VIEWS}) | 13 | if (${EXPERIMENTAL_VIEWS}) |
13 | install_view(inboxcrusher) | 14 | install_view(inboxcrusher) |
14 | endif() | 15 | endif() |