mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
13 lines
318 B
Meson
13 lines
318 B
Meson
# vim: filetype=meson
|
|
|
|
option('doc-gen', type : 'boolean', value : true,
|
|
description : 'Generate documentation',
|
|
)
|
|
|
|
option('unit-tests', type : 'boolean', value : true,
|
|
description : 'Build unit tests',
|
|
)
|
|
|
|
option('bindings', type : 'boolean', value : true,
|
|
description : 'Build language bindings (e.g. Perl)',
|
|
)
|