You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
992 B
41 lines
992 B
{
|
|
"version": 4,
|
|
"configurePresets": [
|
|
{
|
|
"name": "default-release",
|
|
"hidden": true,
|
|
"generator": "Ninja",
|
|
"toolchainFile": "${sourceDir}/gcc-arm-none-eabi.cmake",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"A_BUILD_MAIN": "ON",
|
|
"A_BUILD_MAIN_AS_STATIC_LIB": "ON",
|
|
"MY_BUILD_STATIC": "ON"
|
|
}
|
|
},
|
|
{
|
|
"name": "robot",
|
|
"displayName": "Dev: robot Tests",
|
|
"description": "Dev: robot Tests",
|
|
"inherits": "default-release",
|
|
"cacheVariables": {
|
|
"BUILD_CONTROLLER": "ON",
|
|
"BUILD_PAINT": "ON",
|
|
"BUILD_MOTOR": "ON"
|
|
}
|
|
},
|
|
{
|
|
"name": "robot2",
|
|
"displayName": "Dev: robot2 Tests",
|
|
"description": "Dev: robot2 Tests",
|
|
"inherits": "default-release",
|
|
"cacheVariables": {
|
|
"BUILD_CTRL2": "ON",
|
|
"BUILD_MOTORTT": "ON",
|
|
"BUILD_PAINT": "ON",
|
|
"BUILD_SWING": "ON"
|
|
}
|
|
}
|
|
]
|
|
}
|