Swiftgram/meson_options.txt
Hermet Park 9c958d0de5 enable build example in default.
enable this under *aggressive development step.

Change-Id: I8ff728c94ef899441e8f528609248a9451ac7c0b
2018-08-20 12:06:44 +09:00

15 lines
268 B
Meson

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