JacksEscape/.clangd

10 lines
348 B
Plaintext
Raw Normal View History

2024-03-01 14:46:50 +08:00
If:
PathMatch: [.*\.h, .*\.c]
CompileFlags:
Add: [-xc, -Wall, -DWIN32_LEAN_AND_MEAN, -I/home/edgar/Codes/JacksEscape/easyx/include, -target, x86_64-pc-windows-gnu]
2024-03-01 14:46:50 +08:00
---
If:
PathMatch: [.*\.hpp, .*\.cpp]
CompileFlags:
Add: [-xc++, -Wall, -DWIN32_LEAN_AND_MEAN, -I/home/edgar/Codes/JacksEscape/easyx/include, -target, x86_64-pc-windows-gnu]