add .clangd config to silence false-positive LSP errors for liboqs/openssl includes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CompileFlags:
|
||||
Add:
|
||||
- -I/opt/homebrew/Cellar/liboqs/0.15.0/include
|
||||
- -I/opt/homebrew/opt/openssl@3/include
|
||||
- -std=c11
|
||||
Reference in New Issue
Block a user