option(
  'wheel',
  type: 'boolean',
  value: false,
  description: 'Build install layout for a Python wheel',
)

option(
  'tests',
  type: 'boolean',
  value: true,
  description: 'Build and register test targets',
)
