diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:16:15 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-03-10 12:16:15 +0100 |
commit | 581f2d772c3fe7226a56c0c24aa70f8676aa250b (patch) | |
tree | a7322a8515bd073675daf801debe26effac2c02a | |
parent | 7c7a755f2d87d672ee8afc7d5656971297539fe3 (diff) | |
download | kube-581f2d772c3fe7226a56c0c24aa70f8676aa250b.tar.gz kube-581f2d772c3fe7226a56c0c24aa70f8676aa250b.zip |
add themeplugin to cmake
-rw-r--r-- | framework/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index be137441..d795e992 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt | |||
@@ -40,5 +40,7 @@ add_subdirectory(actions) | |||
40 | add_subdirectory(settings) | 40 | add_subdirectory(settings) |
41 | # Domain specific domain logic | 41 | # Domain specific domain logic |
42 | add_subdirectory(domain) | 42 | add_subdirectory(domain) |
43 | # Theme specfic things like colors | ||
44 | add_subdirectory(theme) | ||
43 | 45 | ||
44 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 46 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |