buildType:
default: Debug
description: Build type
choices:
Debug:
short: Debug
long: Build with debugging information
buildType: Debug
RelWithDebInfo:
short: Release with debug
long: Build release with debug info version
buildType: RelWithDebInfo
target:
default: linux
description: Platform
choices:
linux:
short: Linux
long: Build for Linux
settings:
CMAKE_TOOLCHAIN_FILE: Target_Linux.cmake
rt1051:
short: RT1051
long: Build for RT1051
settings:
CMAKE_TOOLCHAIN_FILE: Target_RT1051.cmake
product:
default: PurePhone
description: Product
choices:
PurePhone:
short: PurePhone
settings:
PRODUCT: PurePhone
BellHybrid:
short: BellHybrid
settings:
PRODUCT: BellHybrid