17 lines
615 B
JSON
17 lines
615 B
JSON
{
|
|
"version": 8,
|
|
"configurePresets": [
|
|
{
|
|
"name": "clang",
|
|
"displayName": "Clang 17.0.0 arm64-apple-darwin24.3.0",
|
|
"description": "正在使用编译器: C = /usr/bin/clang, CXX = /usr/bin/clang++",
|
|
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
|
"cacheVariables": {
|
|
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
|
"CMAKE_C_COMPILER": "/usr/bin/clang",
|
|
"CMAKE_CXX_COMPILER": "/usr/bin/clang++",
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
}
|
|
]
|
|
} |