2022-04-11 01:25:24 +02:00

20 lines
364 B
Meson

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'
# )