20 lines
364 B
Meson
Raw Normal View History

2022-04-11 01:25:24 +02:00
option(
'rtti',
type: 'boolean',
value: true,
description: 'Build RapidCheck with Run-Time Type Inspection'
)
# option(
# 'tests',
# type: 'boolean',
# value: false,
# description: 'Build RapidCheck tests'
# )
# option(
# 'examples',
# type: 'boolean',
# value: true,
# description: 'Build RapidCheck examples'
# )