blob: 1a328045306c745e1dba5422e6d8d466fab4a577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
option('android',
type : 'boolean',
value : false,
description : 'Compile libcamera with Android Camera3 HAL interface')
option('documentation',
type : 'boolean',
description : 'Generate the project documentation')
option('test',
type : 'boolean',
description: 'Compile and include the tests')
|