obelisk/meson_options.txt

16 lines
305 B
Meson

option('bin',
type: 'boolean',
value: true,
description: 'Build the obelisk compiler'
)
option('lib',
type: 'boolean',
value: true,
description: 'Build the obelisk library'
)
option('docs',
type: 'boolean',
value: true,
description: 'Build documentation for obelisk'
)