clangd include dir
This commit is contained in:
parent
e8987e930f
commit
ccf325d8fb
|
@ -0,0 +1,2 @@
|
||||||
|
CompileFlags:
|
||||||
|
Add: -I/home/plex/Documents/code/cpp/glsl-basic/include
|
|
@ -17,3 +17,8 @@ Optional, but recommended Packages:
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install glfw-devel glfw glfw-doc glad
|
sudo dnf install glfw-devel glfw glfw-doc glad
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Syntax stuff
|
||||||
|
Your editor might need help to find the `include/` directory. If you are using
|
||||||
|
clangd, you can use the `.clangd` file in this repo. Just adjust the path to
|
||||||
|
what you need (it needs to be absolute).
|
||||||
|
|
Loading…
Reference in New Issue