2/2 Fix meson_options.txt
This commit is contained in:
parent
db9b0f5b10
commit
28711ccb72
6
meson_options.txt
Normal file
6
meson_options.txt
Normal file
@ -0,0 +1,6 @@
|
||||
option('static_renderer', type : 'string', value : 'vk', description : 'Name of the renderer used for static builds')
|
||||
option('use_xlib', type : 'boolean', value : false, description : 'Use Xlib for window creation under linux')
|
||||
option('error_report_debugbreak', type : 'boolean', value : true, description : 'Debugbreak in ReportError')
|
||||
option('enable_dxc_shader_compiler', type : 'boolean', value : true, description : 'Enables building the dxc-based shader compiler.')
|
||||
option('game_as_subdir', type : 'boolean', value : false, description : 'If true, adds the directory "src/game" to the build.')
|
||||
|
Loading…
Reference in New Issue
Block a user