summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-10 12:27:56 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-10 12:42:13 +0100
commita5f38b6541fbab0bdf31d5a804ec644af09a6b1b (patch)
tree9e5bec0ec777f09d4ebe1761feb5a4cfb5a5d240 /CMakeLists.txt
parent6d726bb10386b3d7f5481d41b735ec06cb2163ad (diff)
downloadkube-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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48120389..7cc67c1b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,6 +10,8 @@ cmake_policy(SET CMP0048 NEW)
10cmake_policy(SET CMP0053 NEW) 10cmake_policy(SET CMP0053 NEW)
11cmake_policy(SET CMP0063 NEW) 11cmake_policy(SET CMP0063 NEW)
12 12
13option(EXPERIMENTAL_VIEWS "Install experimental views" OFF)
14
13include(CPack) 15include(CPack)
14include(FeatureSummary) 16include(FeatureSummary)
15find_package(PkgConfig REQUIRED) 17find_package(PkgConfig REQUIRED)