From f952b44922127ff88e509450383e824a790bac91 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 10 Oct 2014 18:11:27 +0200 Subject: [PATCH] Works better when you actually add it to CMakeLists.txt. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 088134022..482342483 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,3 +18,6 @@ add_subdirectory( calamares ) # plugins add_subdirectory( modules ) + +# branding components +add_subdirectory( branding )