Files
cpp_manual_clangd_example/compile_commands.json
T
2023-10-04 19:06:51 -07:00

7 lines
334 B
JSON

[
{
"directory": "/home/talksik/code/cpp_read_file_example/build",
"command": "/usr/bin/c++ -I/home/talksik/code/cpp_read_file_example/./src -g -std=gnu++14 -o CMakeFiles/HelloWorld.dir/src/Main.cpp.o -c /home/talksik/code/cpp_read_file_example/src/Main.cpp",
"file": "/home/talksik/code/cpp_read_file_example/src/Main.cpp"
}
]