blob: fce4972bca307691bf7c6a4cedd6965035da3603 [file] [log] [blame]
George Liuc0fd1f82022-06-21 16:12:55 +08001option(
2 'tests', type : 'feature',
3 value: 'enabled',
4 description : 'Build tests'
5)
6
7option(
8 'YAML_PATH', type: 'string',
George Liu8246da02022-06-25 08:46:55 +08009 value: '',
George Liuc0fd1f82022-06-21 16:12:55 +080010 description: 'The path to the yaml config files.'
11)