Browse Source

commit compile commands bcuz yolo and its a pain

master
alistair 3 years ago
parent
commit
eac1c2225d
  1. 17
      compile_commands.json

17
compile_commands.json

@ -0,0 +1,17 @@ @@ -0,0 +1,17 @@
[
{
"arguments": [
"/usr/bin/c++",
"-c",
"-I/home/alistair/Documents/programming/bog/bog/tgbot-cpp/include",
"-I/home/alistair/Documents/programming/bog/bog/build/_deps/json-src/single_include",
"-std=c++11",
"-Wall",
"-o",
"CMakeFiles/telegram_bog.dir/telegram_bot.cpp.o",
"../telegram_bot.cpp"
],
"directory": "/home/alistair/Documents/programming/bog/bog/build",
"file": "../telegram_bot.cpp"
}
]
Loading…
Cancel
Save