cmake/Tests/RunCMake/CMakePresets/subdir/CMakePresets.json.in

13 lines
166 B
JSON
Raw Normal View History

2022-03-29 21:10:50 +02:00
{
"version": 4,
"include": [
"../IncludeCommon.json"
],
"configurePresets": [
{
"name": "Subdir",
"inherits": "IncludeCommon"
}
]
}