diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 14:41:42 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 14:41:42 +0100 |
| commit | b215fe5e498b7e7ea385a2b07797d047a6529a38 (patch) | |
| tree | 5231f5d97e34aee7c740a77d3cac836ecef8d357 | |
| parent | b365694f3084f4cf87002a26c847b1070cc9d1a7 (diff) | |
Updated CMakeLists.txt
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a187509..fd47728 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ project(minesweeper) set(CMAKE_CXX_STANDARD 20) set(SOURCE_FILES -src/*, -src/Game/*, -src/Utils/*, +src/* +src/Game/* +src/Utils/* ) add_executable(minesweeper ${SOURCE_FILES}) |
