Files
2021-10-12 18:11:38 +03:00

22 lines
519 B
JSON

{
"version": 2,
"configurePresets": [
{
"name": "bcc32c",
"generator": "Ninja",
"binaryDir": "cmake-build-bcc",
"cacheVariables": {
"CMAKE_C_COMPILER": "C:/tools/BCC102/bin/bcc32c.exe",
"CMAKE_CXX_COMPILER": "C:/tools/BCC102/bin/bcc32c.exe"
}
}
],
"buildPresets": [
{
"name": "BCC32C",
"displayName": "Embarcadero BCC32C",
"description": "Automatic preset for Embarcadero Free C Compiler",
"configurePreset": "bcc32c"
}
]
}