From d96df4adbad063d9879d9f0dbaa4e2c1d55871f3 Mon Sep 17 00:00:00 2001
From: tobiglaser <76131623+tobiglaser@users.noreply.github.com>
Date: Sun, 15 May 2022 22:22:06 +0200
Subject: [PATCH] configure T2C

---
 CMakeLists.txt              | 3 ++-
 Text2Console/CMakeLists.txt | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29f23b9..3c85bf1 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 3adb774..c416441 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)
-- 
GitLab