mirror of
https://github.com/claunia/clion-custom-defined-compiler-examples.git
synced 2025-12-16 19:24:48 +00:00
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "cl430",
|
|
"generator": "Ninja",
|
|
"binaryDir": "cmake-build-cl430",
|
|
"vendor": {
|
|
"jetbrains.com/clion": {
|
|
"toolchain": "MSP430"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"buildPresets": [
|
|
{
|
|
"name": "cl430",
|
|
"displayName": "Texas Instruments CGT MSP430 V21",
|
|
"description": "Automatic preset for TI MSP430 compiler",
|
|
"configurePreset": "cl430"
|
|
}
|
|
]
|
|
} |