Initial commit
This commit is contained in:
commit
e3a24cdd59
13 changed files with 1740 additions and 0 deletions
12
meson.options
Normal file
12
meson.options
Normal file
|
@ -0,0 +1,12 @@
|
|||
option(
|
||||
'engine',
|
||||
description: 'The engine version to target',
|
||||
type: 'string',
|
||||
value: 'tf2'
|
||||
)
|
||||
option(
|
||||
'arch',
|
||||
description: 'The architecture to target',
|
||||
type: 'string',
|
||||
value: 'x86'
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue