Add .clangd

This commit is contained in:
zooeywm
2024-11-20 15:53:10 +08:00
parent 9b7cccb46d
commit e2d855afc5

9
.clangd Normal file
View File

@@ -0,0 +1,9 @@
CompileCommandsDir: build
CompileFlags:
Add:
# 标准编译器选项
- -std=c++23
- --stdlib=libc++
- -I/usr/include/libdrm/
- -I/usr/include/pixman-1/