Files
Boundard/CMakePresets.json
T
2026-08-17 10:26:27 +08:00

17 lines
490 B
JSON

{
"version": 8,
"configurePresets": [
{
"name": "Boundard",
"displayName": "Boundard",
"description": "使用工具链文件配置预设",
"binaryDir": "${sourceDir}/out/build/${presetName}",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_TOOLCHAIN_FILE": "",
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
}
}
]
}