option(
    'backend-ilm',
    type: 'boolean',
    value: false,
    description: 'Enable the ILM QAD backend'
)

option(
    'backend-kms',
    type: 'boolean',
    value: true,
    description: 'Enable the KMS QAD backend'
)

option(
    'static',
    type: 'boolean',
    value: true,
    description: 'Link statically where possible'
)
