summaryrefslogtreecommitdiff
path: root/build/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'build/compile_commands.json')
-rw-r--r--build/compile_commands.json17
1 files changed, 17 insertions, 0 deletions
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