~aleteoryx/muditaos

ref: c1391090c67428aeaffcef5a7a71a6d2ed69ccc9 muditaos/.vscode/cmake-variants.yaml -rw-r--r-- 924 bytes
c1391090 — Mateusz Piesta [BH-1389] Catch2 unit tests optimization 3 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