diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-31 19:57:47 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-31 19:57:47 +0100 |
| commit | e80088f0a868da120fb90cfed3ff32dd15fae35d (patch) | |
| tree | 24b2a1b14e9f01450ed76a083bdbc9d7b4878390 /CMakeLists.txt | |
| parent | b215fe5e498b7e7ea385a2b07797d047a6529a38 (diff) | |
Identiation update
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fd47728..534bf66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,11 @@ project(minesweeper) set(CMAKE_CXX_STANDARD 20) set(SOURCE_FILES -src/* -src/Game/* -src/Utils/* +src/main.cpp +src/Game/edit.cpp +src/Game/display.cpp +src/Game/init.cpp +src/Utils/catch.cpp ) add_executable(minesweeper ${SOURCE_FILES}) |
