mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-02 09:40:12 +00:00
ad64bf345d
Install to $prefix$libdir/mangohud by default.
5 lines
442 B
Meson
5 lines
442 B
Meson
option('glibcxx_asserts', type : 'boolean', value : false)
|
|
option('use_system_vulkan', type : 'feature', value : 'disabled', description: 'Use system vulkan headers instead of the provided ones')
|
|
option('mangohud_prefix', type : 'string', value : '', description: 'Add prefix to cross-compiled library, like "lib32-".')
|
|
option('append_libdir_mangohud', type : 'boolean', value : true, description: 'Append "mangohud" to libdir path or not.')
|