diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-09 09:35:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-10 12:42:13 +0100 |
commit | 6d726bb10386b3d7f5481d41b735ec06cb2163ad (patch) | |
tree | 4d591b67b54c5a83f9f1d718a4576c8ccf05859b /CMakeLists.txt | |
parent | 2d9944bd0b5cd1dd202d9dc6318d612e1aca4241 (diff) | |
download | kube-6d726bb10386b3d7f5481d41b735ec06cb2163ad.tar.gz kube-6d726bb10386b3d7f5481d41b735ec06cb2163ad.zip |
Install composer/converations/people as separate views and load them
dynamically.
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 7933a9e6..48120389 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -36,5 +36,6 @@ add_subdirectory(framework) | |||
36 | add_subdirectory(components) | 36 | add_subdirectory(components) |
37 | add_subdirectory(icons) | 37 | add_subdirectory(icons) |
38 | add_subdirectory(applications) | 38 | add_subdirectory(applications) |
39 | add_subdirectory(views) | ||
39 | add_subdirectory(accounts) | 40 | add_subdirectory(accounts) |
40 | add_subdirectory(tests) | 41 | add_subdirectory(tests) |