~aleteoryx/muditaos

muditaos/.vscode/cmake-variants.yaml -rw-r--r-- 838 bytes
a405cad6Aleteoryx trim readme 5 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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