mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
restructure the rest of the files
This commit is contained in:
10
meson_options.txt
Normal file
10
meson_options.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
option(
|
||||
'profile',
|
||||
type: 'combo',
|
||||
choices: [
|
||||
'default',
|
||||
'development'
|
||||
],
|
||||
value: 'default',
|
||||
description: 'The build profile for Toolbx Tuner. One of "default" or "development".'
|
||||
)
|
||||
Reference in New Issue
Block a user