mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-07 16:11:13 +00:00
to enable use meson -Dexample=true build while configuring meson. or meson configure -Dexample=true in the build directory. Change-Id: If267e6883fb866a741bf18dbfedd2a7782e21df5
15 lines
269 B
Meson
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')
|