blob: c124f67590b3e628e97a431a7ee21cedc4e85c1f [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',
9 value: 'src/example',
10 description: 'The path to the yaml config files.'
11)