option(
    'cimba_debug_logs',
    type: 'boolean',
    value: false,
    description: 'Build bundled Cimba with native INFO logging enabled for tutorials/debugging',
)

option(
    'enable_docs',
    type: 'boolean',
    value: false,
    description: 'Build Sphinx documentation targets',
)
