15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"$comment": [
|
|
"example comment",
|
|
"with an array of strings"
|
|
],
|
|
"version": 10,
|
|
"configurePresets": [
|
|
{
|
|
"name": "CommentValid",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build"
|
|
}
|
|
]
|
|
}
|