cmake/Tests/RunCMake/CMakePresets/CommentValid.json.in
2024-11-11 15:18:55 +01:00

15 lines
249 B
JSON

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