mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
{
|
|
"version": 4,
|
|
"configurePresets": [
|
|
{
|
|
"name": "PathListSepFuture",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"TEST_PATH_LIST_SEP": "${sourceDir}${pathListSep}${sourceDir}"
|
|
}
|
|
}
|
|
]
|
|
}
|