17 lines
259 B
JSON
17 lines
259 B
JSON
|
{
|
||
|
"version": 4,
|
||
|
"include": [
|
||
|
"subdir/CMakePresets.json",
|
||
|
"@RunCMake_TEST_SOURCE_DIR@/IncludeCommon.json"
|
||
|
],
|
||
|
"configurePresets": [
|
||
|
{
|
||
|
"name": "Include",
|
||
|
"inherits": [
|
||
|
"IncludeCommon",
|
||
|
"Subdir"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|