simple example of clangd working

This commit is contained in:
talksik
2023-09-08 09:52:07 -07:00
parent cd3a3d66c1
commit 8c43b8a4b7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
CompileFlags:
Add: [-I/usr/include/gstreamer-1.0, -I/usr/include/glib-2.0, -I/usr/lib/x86_64-linux-gnu/glib-2.0/include]
+2
View File
@@ -1,5 +1,7 @@
#include<iostream>
#include <gst/gst.h>
int main()
{
std::cout << "Hello World!" << std::endl;