10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
|
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]
|