diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-09 15:13:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-09 15:14:19 +0100 |
commit | 2dac72ae43f627340694d89db68184cb07e68650 (patch) | |
tree | 5397a5b6216bd05f9f48a219f379d59d64c8bde4 /CMakeLists.txt | |
parent | da079fe211094621fbcb89614e58b84caa9a603b (diff) | |
download | kube-2dac72ae43f627340694d89db68184cb07e68650.tar.gz kube-2dac72ae43f627340694d89db68184cb07e68650.zip |
Moved application to components
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d896eb0..901e1c83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -2,7 +2,8 @@ project(kube) | |||
2 | 2 | ||
3 | cmake_minimum_required(VERSION 2.8.10.1) | 3 | cmake_minimum_required(VERSION 2.8.10.1) |
4 | 4 | ||
5 | add_subdirectory(applications) | ||
6 | add_subdirectory(framework) | 5 | add_subdirectory(framework) |
6 | add_subdirectory(components) | ||
7 | add_subdirectory(accounts) | 7 | add_subdirectory(accounts) |
8 | add_subdirectory(icons) | 8 | add_subdirectory(icons) |
9 | add_subdirectory(applications) | ||