Files
clion-custom-defined-compil…/CMake-Texas-Instruments-MSP430-CGT/CMakePresets.json
2021-10-12 18:37:48 +03:00

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"
}
]
}