Create .clangd config file for mingw

This commit is contained in:
Edgaru089 2024-03-01 14:46:50 +08:00
parent 6d81ba2251
commit edce7b8ae6

9
.clangd Normal file
View File

@ -0,0 +1,9 @@
If:
PathMatch: [.*\.h, .*\.c]
CompileFlags:
Add: [-xc, -I/home/edgar/Codes/JacksEscape/easyx/include, -target, x86_64-pc-windows-gnu]
---
If:
PathMatch: [.*\.hpp, .*\.cpp]
CompileFlags:
Add: [-xc++, -I/home/edgar/Codes/JacksEscape/easyx/include, -target, x86_64-pc-windows-gnu]