diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29f23b9aca987db282f1ddeea8309e2b1bba7484..3c85bf1be196efe3fe1db706a734e0c58dce3fe8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
 cmake_minimum_required(VERSION 3.5)
 
-add_subdirectory(Counter)
\ No newline at end of file
+add_subdirectory(Counter)
+add_subdirectory(Text2Console)
\ No newline at end of file
diff --git a/Text2Console/CMakeLists.txt b/Text2Console/CMakeLists.txt
index 3adb77415009d323fe7354e1e4e0caa803f94ee9..c416441d99f80c4fcb82ea2db3962b7257c7325b 100644
--- a/Text2Console/CMakeLists.txt
+++ b/Text2Console/CMakeLists.txt
@@ -18,6 +18,8 @@ set(PROJECT_SOURCES
         main.cpp
         mainwindow.cpp
         mainwindow.h
+        control.cpp
+        control.h
 )
 
 if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)