diff options
Diffstat (limited to '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}) |
