Setup clangd
This commit is contained in:
parent
3066bdacc9
commit
ea634491de
4 changed files with 22 additions and 323500 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue