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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/compile_commands.json b/build/compile_commands.json
index 52df143..467f4b0 100644
--- a/build/compile_commands.json
+++ b/build/compile_commands.json
@@ -24,6 +24,12 @@
"output": "demo4/CMakeFiles/Demo4.dir/main.c.o"
},
{
+ "directory": "/root/Git/demo/build/demo5",
+ "command": "/usr/bin/gcc -I/opt/MESA/include/MESA -g -o CMakeFiles/Demo5.dir/main.c.o -c /root/Git/demo/demo5/main.c",
+ "file": "/root/Git/demo/demo5/main.c",
+ "output": "demo5/CMakeFiles/Demo5.dir/main.c.o"
+},
+{
"directory": "/root/Git/demo/build/matt",
"command": "/usr/bin/gcc -I/opt/MESA/include/MESA -g -o CMakeFiles/maat.dir/main.c.o -c /root/Git/demo/matt/main.c",
"file": "/root/Git/demo/matt/main.c",