diff options
-rw-r--r-- | compile_commands.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..45a3f69 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,15 @@ +[ + { + "arguments": [ + "g++", + "-c", + "-I", + "/usr/include/boost/", + "-o", + "obj/main.o", + "src/main.cpp" + ], + "directory": "/home/talos/Programming/satscalc", + "file": "src/main.cpp" + } +]
\ No newline at end of file |