mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
26a5512c0f
Fixes: #21331
17 lines
259 B
Plaintext
17 lines
259 B
Plaintext
{
|
|
"version": 4,
|
|
"include": [
|
|
"subdir/CMakePresets.json",
|
|
"@RunCMake_TEST_SOURCE_DIR@/IncludeCommon.json"
|
|
],
|
|
"configurePresets": [
|
|
{
|
|
"name": "Include",
|
|
"inherits": [
|
|
"IncludeCommon",
|
|
"Subdir"
|
|
]
|
|
}
|
|
]
|
|
}
|