https://doi.org/10.5201/ipol.2022.215
meson_options.txt
option(
'build_tests',
type : 'boolean',
value : true,
description : 'Build unit tests'
)
option(
'get_timings',
type : 'boolean',
value : true,
description : 'the program will print execution time'
)