hl2sdk-starter/meson.options

13 lines
200 B
Text
Raw Normal View History

2024-04-25 03:33:15 +03:00
option(
'engine',
description: 'The engine version to target',
type: 'string',
value: 'tf2'
)
option(
'arch',
description: 'The architecture to target',
type: 'string',
value: 'x86'
)