diff options
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r-- | application/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index 5ac7001d..f89de0cb 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -111,8 +111,11 @@ SET(MULTIMC_SOURCES themes/FusionTheme.h themes/BrightTheme.cpp themes/BrightTheme.h + themes/CustomTheme.cpp + themes/CustomTheme.h themes/DarkTheme.cpp themes/DarkTheme.h + themes/ITheme.cpp themes/ITheme.h themes/SystemTheme.cpp themes/SystemTheme.h |