10 lines
227 B
Meson
Vendored
10 lines
227 B
Meson
Vendored
option('tests',
|
|
type : 'boolean',
|
|
value : true,
|
|
description : 'Enable dependencies required for testing')
|
|
|
|
option('sleef',
|
|
type : 'feature',
|
|
value : 'disabled',
|
|
description : 'Enable SLEEF integration')
|