diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 17:01:43 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 17:01:43 +0100 |
| commit | f5d734e3420e216816a4ac5ef50d022bb4b4ab85 (patch) | |
| tree | 971a44caa54600289cd1b0713ce877041d406259 /CMakeLists.txt | |
| parent | 19f02b9d85c8ada9cca07a87199f68e2a31b303c (diff) | |
reverted difficulty editing feature
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 9c84396..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -cmake_minimum_required(VERSION 3.15) - -project(minesweeper LANGUAGES CXX) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -add_executable(minesweeper - src/main.cpp - src/game/game.cpp -) - -target_include_directories(minesweeper PRIVATE - src -) |
