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
+3
View File
@@ -9,4 +9,7 @@ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make
cp ./compile_commands.json ../
./HelloWorld