parent
74bb79e26e
commit
9e247cb52e
4 changed files with 119 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"type": "kwargs", |
||||||
|
"function": "project", |
||||||
|
"id": "", |
||||||
|
"operation": "set", |
||||||
|
"kwargs": { |
||||||
|
"default_options": ["cpp_std=c++17", "buildtype=release", "debug=true"] |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "default_options", |
||||||
|
"operation": "delete", |
||||||
|
"options": { |
||||||
|
"buildtype": null |
||||||
|
} |
||||||
|
} |
||||||
|
] |
@ -0,0 +1,24 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"type": "default_options", |
||||||
|
"operation": "set", |
||||||
|
"options": { |
||||||
|
"cpp_std": "c++17" |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "default_options", |
||||||
|
"operation": "set", |
||||||
|
"options": { |
||||||
|
"buildtype": "release", |
||||||
|
"debug": true |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "default_options", |
||||||
|
"operation": "set", |
||||||
|
"options": { |
||||||
|
"cpp_std": "c++11" |
||||||
|
} |
||||||
|
} |
||||||
|
] |
Loading…
Reference in new issue