reclaim/data/meson.build

8 lines
141 B
Meson
Raw Normal View History

2021-12-30 13:48:27 -05:00
install_data(
meson.project_name() + '.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
2021-12-30 13:48:27 -05:00
)
subdir('ui')