From 7f1320390c55e408a4b0081b2606eab3892a8148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 5 Jul 2015 01:54:30 +0200 Subject: GH-1053 move launch process UI to a separate class --- application/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application/CMakeLists.txt') diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index a9ee1da6..08099cae 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -136,6 +136,10 @@ SET(MULTIMC_SOURCES ConsoleWindow.h ConsoleWindow.cpp + # Processes + LaunchController.h + LaunchController.cpp + # page provider for instances InstancePageProvider.h InstancePageProvider.cpp -- cgit v1.2.3