mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
f54507c2f6
Fixes: #23214
14 lines
247 B
Plaintext
14 lines
247 B
Plaintext
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "FileDirFuture",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"TEST_FILE_DIR": "${fileDir}"
|
|
}
|
|
}
|
|
]
|
|
}
|