radare2/meson_options.txt
2017-05-09 23:54:02 +02:00

9 lines
341 B
Meson

option('without-debugger', type: 'boolean', value: false)
option('without-gpl', type: 'boolean', value: false)
option('with-syszip', type: 'boolean', value: false)
option('with-sysmagic', type: 'boolean', value: false)
option('with-syscapstone', type: 'boolean', value: false)
option('plugins', type: 'string', value: 'plugins.meson.cfg')