# Feature options
option('tests', type : 'feature', value : 'auto', yield : true, description : 'Build tests')
option('examples', type : 'feature', value : 'auto', yield : true, description : 'Build examples')
option('doc', type : 'feature', value : 'disabled', yield : true, description : 'Enable hotdoc documentation')
option('profiling', type : 'feature', value : 'disabled', yield : true, description: 'Enable profiling building')
option('dl-plugins', type : 'feature', value : 'enabled', yield : true, description: 'Enable DL Plugins')
option('enable-tidl', type : 'feature', value : 'enabled', yield : true, description: 'Enable TIDL Offload')

# Common options
option('package-name', type : 'string', yield : true,
       description : 'Package name to use in plugins')
option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
       description : 'Package origin URL to use in plugins')
