11 lines
194 B
Meson
11 lines
194 B
Meson
option(
|
|
'win64',
|
|
type: 'boolean',
|
|
value: false,
|
|
description: 'Set this flag when targeting Win64 rather than Win32 (default)'
|
|
)
|
|
option(
|
|
'mice_version',
|
|
type: 'string',
|
|
)
|