aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorSan Jacobs2022-02-26 16:39:10 +0100
committerSan Jacobs2022-02-26 16:39:10 +0100
commitea1338197382ccff14c4c831657c6a1208fd6873 (patch)
tree3acc0ed3d4b87c346148a998345164e09bba1c28 /compile_commands.json
parent7bc2a26bcca282842e6094e0cee3d56e6e58d732 (diff)
downloadsatscalc-ea1338197382ccff14c4c831657c6a1208fd6873.tar.gz
satscalc-ea1338197382ccff14c4c831657c6a1208fd6873.tar.bz2
satscalc-ea1338197382ccff14c4c831657c6a1208fd6873.zip
Ran bear to give proper vim syntax/autocomplete stuff
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json15
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