2022-05-23 15:30:13 +02:00
|
|
|
# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-10-03 18:26:44 +02:00
|
|
|
global_options = [{
|
2021-01-26 10:49:01 +08:00
|
|
|
'names': ['-D', '--define-cache-entry'],
|
|
|
|
|
'help': 'Create a cmake cache entry.',
|
|
|
|
|
'scope': 'global',
|
|
|
|
|
'multiple': True,
|
2019-10-03 18:26:44 +02:00
|
|
|
}]
|