From b6bc0d092fe2ab07c6aa1406781a13838714cdf2 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 20:13:39 +0100 Subject: several fixes and successfull build --- build/compile_commands.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 build/compile_commands.json (limited to 'build/compile_commands.json') diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..5e0094d --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +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" +}, +{ + "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" +}, +{ + "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" +} +] \ No newline at end of file -- cgit v1.2.3