simple example of clangd working
This commit is contained in:
@@ -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]
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
#include<iostream>
|
#include<iostream>
|
||||||
|
|
||||||
|
#include <gst/gst.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::cout << "Hello World!" << std::endl;
|
std::cout << "Hello World!" << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user