Create .clangd config file for mingw
This commit is contained in:
parent
6d81ba2251
commit
edce7b8ae6
9
.clangd
Normal file
9
.clangd
Normal 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]
|
Loading…
Reference in New Issue
Block a user