10 lines
137 B
YAML
10 lines
137 B
YAML
If:
|
|
PathMatch: '.*\.(c|h)'
|
|
CompileFlags:
|
|
Add: [ -std=c99 ]
|
|
|
|
---
|
|
If:
|
|
PathMatch: '.*\.(cpp|hpp)'
|
|
CompileFlags:
|
|
Add: [ -std=c++20 ]
|