blob: 0e1aca454cc99e24776cfdbdc3ed8aa3d39d6960 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
option('static',
type : 'boolean',
value : false,
description : 'Enable building a static library')
option('shared',
type : 'boolean',
value : false,
description : 'Enable building a dynamic library')
option('tests',
type : 'boolean',
value : false,
description : 'Enable building and running tests')
|