Swiftgram/meson_options.txt
subhransu sekhar mohanty d0cea18a71 lottie/example: disable default building of example
to enable use meson -Dexample=true build while configuring meson.
or meson configure -Dexample=true in the build directory.

Change-Id: If267e6883fb866a741bf18dbfedd2a7782e21df5
2018-07-16 03:54:50 +00:00

15 lines
269 B
Meson

option('test',
type: 'boolean',
value: false,
description: 'enable unit test')
option('example',
type: 'boolean',
value: false,
description: 'enable example')
option('text',
type: 'boolean',
value: false,
description: 'enable text module')