summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index b681f3fd..59a51ce7 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -106,6 +106,13 @@ SET(MULTIMC_SOURCES
InstanceWindow.h
InstanceWindow.cpp
+ # GUI - themes
+ themes/DarkTheme.cpp
+ themes/DarkTheme.h
+ themes/ITheme.h
+ themes/SystemTheme.cpp
+ themes/SystemTheme.h
+
# GUI - settings-specific wrappers for paged dialog
SettingsUI.h