From b6bc0d092fe2ab07c6aa1406781a13838714cdf2 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 20:13:39 +0100 Subject: several fixes and successfull build --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c721545..2816d1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,9 @@ project(minesweeper) set(CMAKE_CXX_STANDARD 20) set(SOURCE_FILES -src/* +src/main.cpp +src/Game.cpp +src/Utils.cpp ) add_executable(minesweeper ${SOURCE_FILES}) -- cgit v1.2.3