hl2sdk-starter/meson.options
2024-04-25 03:37:49 +03:00

12 lines
200 B
Text

option(
'engine',
description: 'The engine version to target',
type: 'string',
value: 'tf2'
)
option(
'arch',
description: 'The architecture to target',
type: 'string',
value: 'x86'
)