mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
22 lines
427 B
Plaintext
22 lines
427 B
Plaintext
{
|
|
"version": 1,
|
|
"configurePresets": [
|
|
{
|
|
"name": "CyclicInheritance0",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"inherits": [
|
|
"CyclicInheritance1"
|
|
]
|
|
},
|
|
{
|
|
"name": "CyclicInheritance1",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"inherits": [
|
|
"CyclicInheritance0"
|
|
]
|
|
}
|
|
]
|
|
}
|