diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:13:39 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:13:39 +0100 |
| commit | b6bc0d092fe2ab07c6aa1406781a13838714cdf2 (patch) | |
| tree | 74ee021008d28ffcae2026cf0a31fce1ec57207e /build/CMakeFiles/minesweeper.dir/flags.make | |
| parent | b80b1fbc4da147911099a27a8ad3d677a122ee21 (diff) | |
several fixes and successfull build
Diffstat (limited to 'build/CMakeFiles/minesweeper.dir/flags.make')
| -rw-r--r-- | build/CMakeFiles/minesweeper.dir/flags.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/CMakeFiles/minesweeper.dir/flags.make b/build/CMakeFiles/minesweeper.dir/flags.make new file mode 100644 index 0000000..7ae6a06 --- /dev/null +++ b/build/CMakeFiles/minesweeper.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.25 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -g -std=gnu++20 + |
