obelisk/meson_options.txt

16 lines
305 B
Meson
Raw Normal View History

option('bin',
type: 'boolean',
value: true,
description: 'Build the obelisk compiler'
)
option('lib',
type: 'boolean',
value: true,
description: 'Build the obelisk library'
)
2023-02-08 09:38:24 -03:00
option('docs',
type: 'boolean',
value: true,
2023-02-08 09:39:10 -03:00
description: 'Build documentation for obelisk'
)