global_options.py 156 B

123456
  1. global_options = [{
  2. 'names': ['-D', '--define-cache-entry'],
  3. 'help': 'Create a cmake cache entry.',
  4. 'scope': 'global',
  5. 'multiple': True,
  6. }]