diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:21:55 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-29 14:21:55 +0100 |
| commit | b368f6de13284e28e68129e87995bf373a1bb386 (patch) | |
| tree | 6745038d8a9f841b10d3d2999faf754951efc916 /build/compile_commands.json | |
| parent | 0a6731cb0da012e660a164a5698d73a44b62bee7 (diff) | |
refreshed build; updated dependiences to add src/ directory recursively
Diffstat (limited to 'build/compile_commands.json')
| -rw-r--r-- | build/compile_commands.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/compile_commands.json b/build/compile_commands.json index 5e0094d..5289d89 100644 --- a/build/compile_commands.json +++ b/build/compile_commands.json @@ -1,17 +1,17 @@ [ { "directory": "/home/dawidg81/minesweeper/build", - "command": "/usr/bin/c++ -g -std=gnu++20 -o CMakeFiles/minesweeper.dir/src/main.cpp.o -c /home/dawidg81/minesweeper/src/main.cpp", - "file": "/home/dawidg81/minesweeper/src/main.cpp" + "command": "/usr/bin/c++ -g -std=c++20 -o CMakeFiles/minesweeper.dir/src/Game.cpp.o -c /home/dawidg81/minesweeper/src/Game.cpp", + "file": "/home/dawidg81/minesweeper/src/Game.cpp" }, { "directory": "/home/dawidg81/minesweeper/build", - "command": "/usr/bin/c++ -g -std=gnu++20 -o CMakeFiles/minesweeper.dir/src/Game.cpp.o -c /home/dawidg81/minesweeper/src/Game.cpp", - "file": "/home/dawidg81/minesweeper/src/Game.cpp" + "command": "/usr/bin/c++ -g -std=c++20 -o CMakeFiles/minesweeper.dir/src/Utils.cpp.o -c /home/dawidg81/minesweeper/src/Utils.cpp", + "file": "/home/dawidg81/minesweeper/src/Utils.cpp" }, { "directory": "/home/dawidg81/minesweeper/build", - "command": "/usr/bin/c++ -g -std=gnu++20 -o CMakeFiles/minesweeper.dir/src/Utils.cpp.o -c /home/dawidg81/minesweeper/src/Utils.cpp", - "file": "/home/dawidg81/minesweeper/src/Utils.cpp" + "command": "/usr/bin/c++ -g -std=c++20 -o CMakeFiles/minesweeper.dir/src/main.cpp.o -c /home/dawidg81/minesweeper/src/main.cpp", + "file": "/home/dawidg81/minesweeper/src/main.cpp" } ]
\ No newline at end of file |
