-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeson_options.txt
More file actions
48 lines (48 loc) · 949 Bytes
/
Copy pathmeson_options.txt
File metadata and controls
48 lines (48 loc) · 949 Bytes
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
48
option(
'result_feature_all',
type: 'boolean',
value: true,
description: 'Enable all cpp_result features',
)
option(
'result_feature_unwrap',
type: 'boolean',
value: true,
description: 'Enable unwrap group',
)
option(
'result_feature_map',
type: 'boolean',
value: true,
description: 'Enable map group',
)
option(
'result_feature_andor',
type: 'boolean',
value: true,
description: 'Enable and/or group',
)
option(
'result_feature_inspect',
type: 'boolean',
value: true,
description: 'Enable inspect group',
)
option(
'result_feature_contains',
type: 'boolean',
value: true,
description: 'Enable contains group',
)
option(
'result_feature_flatten',
type: 'boolean',
value: true,
description: 'Enable flatten group',
)
option(
'result_feature_optional',
type: 'boolean',
value: true,
description: 'Enable optional group',
)