diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-01-02 22:41:25 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-01-02 22:41:25 +0500 |
| commit | 9477bf2b6cce08f648b1d9b3c37a2bf697854e70 (patch) | |
| tree | 7c94f575961e41e50d65052d473735b6daa11f0e /GenClangd.py | |
Not working version
Diffstat (limited to 'GenClangd.py')
| -rw-r--r-- | GenClangd.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GenClangd.py b/GenClangd.py new file mode 100644 index 0000000..7616559 --- /dev/null +++ b/GenClangd.py @@ -0,0 +1,6 @@ +import os + +if __name__ == "__main__": + path = os.getcwd() + with open(".clangd", "w") as file: + file.write("CompileFlags:\n Add: -I"+path+"/libopencm3/include\n") |
