starting using compile commands instead

This commit is contained in:
talksik
2023-10-04 19:06:51 -07:00
parent c626f8bd46
commit 3737371a86
5 changed files with 13 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
[
{
"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"
}
]