global_options.py 261 B

12345678
  1. # SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
  2. # SPDX-License-Identifier: Apache-2.0
  3. global_options = [{
  4. 'names': ['-D', '--define-cache-entry'],
  5. 'help': 'Create a cmake cache entry.',
  6. 'scope': 'global',
  7. 'multiple': True,
  8. }]