12 lines
200 B
Text
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'
|
|
)
|