-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmake-variants.yaml
47 lines (44 loc) · 1.04 KB
/
cmake-variants.yaml
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
45
46
47
buildType:
default: release
choices:
debug:
short: Debug
long: Emit debug information
buildType: Debug
release:
short: Release
long: Optimize generated code
buildType: Release
coverage:
default: disable
choices:
enable:
short: Enable coverage
long: Enable code coverage
settings:
ENABLE_COVERAGE: yes
disable:
short: Disable coverage
long: Disable code coverage
monoGFX_fontConverter:
default: disable
choices:
enable:
short: Enable monoGFX FontConverter
long: Enable monoGFX FontConverter build
settings:
ENABLE_MONOGFX_FONT_CONVERTER: yes
disable:
short: Disable monoGFX FontConverter
long: Disable monoGFX FontConverter build
monoGFX_printers:
default: disable
choices:
enable:
short: Enable monoGFX printers
long: Enable monoGFX printers build
settings:
ENABLE_MONOGFX_PRINTERS: yes
disable:
short: Disable monoGFX printers
long: Disable monoGFX printers build