5 lines
235 B
YAML
5 lines
235 B
YAML
# IDE (clangd) helper config: lets the language server find the vendored
|
|
# Oscar64 headers; the actual compilation is done by oscar64 (see Makefile).
|
|
CompileFlags:
|
|
Add: [-Ioscar64/include, -I../oscar64/include, -Wno-unknown-pragmas]
|