6 lines
229 B
Meson
6 lines
229 B
Meson
option('tests', type : 'boolean', value : true,
|
|
description : 'Build unit and integration tests')
|
|
|
|
option('gui', type : 'boolean', value : false,
|
|
description : 'Build the optional GUI target (deferred to a later phase)')
|