summaryrefslogtreecommitdiffstats
path: root/application/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'application/CMakeLists.txt')
-rw-r--r--application/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index 9d71f977..46c496e2 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -103,12 +103,11 @@ SET(MULTIMC_SOURCES
# GUI - windows
MainWindow.h
MainWindow.cpp
- ConsoleWindow.h
- ConsoleWindow.cpp
+ InstanceWindow.h
+ InstanceWindow.cpp
# GUI - settings-specific wrappers for paged dialog
SettingsUI.h
- SettingsUI.cpp
# Processes
LaunchInteraction.h