mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
5 lines
206 B
Meson
5 lines
206 B
Meson
option('wrapper', type:'array', choices:['java', 'android'], value:[],
|
|
description: 'The wrapper to generate.')
|
|
option('doc', type : 'boolean', value : false,
|
|
description : 'Build the documentations.')
|