mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-03-01 07:50:25 +01:00
20 lines
364 B
Meson
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'
|
||
|
# )
|