14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets": [
|
|
{
|
|
"name": "HostSystemName",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"TEST_HOST_SYSTEM_NAME": "${hostSystemName}"
|
|
}
|
|
}
|
|
]
|
|
}
|