~aleteoryx/muditaos

ref: d4d0e7ec3487e64649f764c2bbcf5c25cf3c204d muditaos/.vscode/cmake-variants.yaml -rw-r--r-- 924 bytes
d4d0e7ec — Tomasz Rybarski [BH-1222] Alarm Bottom Message Translations 4 years 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
41
42
43
44
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
      target: linux
      settings:
        CMAKE_TOOLCHAIN_FILE: Target_Linux.cmake
    rt1051:
      short: RT1051
      long: Build for RT1051
      target: rt1051
      settings:
        CMAKE_TOOLCHAIN_FILE: Target_RT1051.cmake

product:
  default: purephone
  description: Product
  choices:
    purephone:
      short: PurePhone
      product: purephone
      settings:
        PRODUCT: PurePhone
    bell:
      short: BellHybrid
      product: bellhybrid
      settings:
        PRODUCT: BellHybrid