mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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"
|
|
]
|
|
}
|
|
]
|
|
}
|