lottie/example: Added image_test.json(resource with image resource )
[platform/core/uifw/lottie-player.git] / meson_options.txt
1 option('test',
2    type: 'boolean',
3    value: false,
4    description: 'Enable building unit tests')
5
6 option('example',
7    type: 'boolean',
8    value: true,
9    description: 'Enable building examples')
10
11 option('text',
12    type: 'boolean',
13    value: false,
14    description: 'Enable text module')
15
16
17 option('asan',
18    type: 'boolean',
19    value: false,
20    description: 'Enable address sanitizer')
21
22
23 option('msan',
24    type: 'boolean',
25    value: false,
26    description: 'Enable memory sanitizer')
27
28
29 option('tsan',
30    type: 'boolean',
31    value: false,
32    description: 'Enable thread sanitizer')