mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
14 lines
318 B
Meson
14 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)',
|
|
)
|