orotool/meson_options.txt

5 lines
245 B
Meson
Raw Normal View History

option('base_url', type: 'string', value: 'https://api.originsro.org')
option('def_sqlite_db_name', type: 'string', value: 'originsro.db3')
2020-08-21 23:50:56 +00:00
option('tests', type: 'feature', value: 'enabled')
option('with_sqlite', type: 'feature', value: 'auto')