diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-20 16:52:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-20 16:52:00 +0100 |
commit | a0c48081516f8fd6adae16c57a4f851bb139e36d (patch) | |
tree | 04528b7ccd2191a17f36f59b1aaaa9804c8cec9a /CMakeLists.txt | |
parent | eb5dd31512b26d3240e2d07b29e976270f028297 (diff) | |
download | kube-a0c48081516f8fd6adae16c57a4f851bb139e36d.tar.gz kube-a0c48081516f8fd6adae16c57a4f851bb139e36d.zip |
Normalize the component package structure
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a3784ad6..c4de411a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -8,3 +8,5 @@ add_subdirectory(components) | |||
8 | add_subdirectory(accounts) | 8 | add_subdirectory(accounts) |
9 | add_subdirectory(icons) | 9 | add_subdirectory(icons) |
10 | add_subdirectory(applications) | 10 | add_subdirectory(applications) |
11 | |||
12 | add_subdirectory(tests) | ||