micetools/meson_options.txt

11 lines
194 B
Meson
Raw Permalink Normal View History

2023-07-07 11:58:55 +00:00
option(
'win64',
type: 'boolean',
value: false,
description: 'Set this flag when targeting Win64 rather than Win32 (default)'
)
option(
'mice_version',
type: 'string',
)