add .clangd config to silence false-positive LSP errors for liboqs/openssl includes

This commit is contained in:
2026-05-15 08:40:42 -05:00
parent 9bcd68fbca
commit fde3ef539c
+5
View File
@@ -0,0 +1,5 @@
CompileFlags:
Add:
- -I/opt/homebrew/Cellar/liboqs/0.15.0/include
- -I/opt/homebrew/opt/openssl@3/include
- -std=c11