quickerNES/meson_options.txt

6 lines
109 B
Meson
Raw Normal View History

2024-01-11 19:23:32 +00:00
option('buildTests',
type : 'boolean',
value : false,
description : 'Build test suite',
yield: true
)