Setup clangd

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 13:55:10 +01:00
parent 3066bdacc9
commit ea634491de
4 changed files with 22 additions and 323500 deletions

View file

@ -7,6 +7,15 @@ Named in this order so not everything starts with the same word
Using Godot v4.4.beta1.official [d33da79d3].
Install SCons with `pipx install scons`.
To generate files for build tooling, run the following:
```sh
godot --dump-extension-api
scons compile_commands
```
### Build
To build the extension run SCons in the repository root, the default arguments have been added to the file.
```sh