Gradience/data/ui/meson.build
tfuxu 4edc5f4b50 refactor: move data files (like .ui, .json or .svg) to data/ directory
* move flatpak manifests to build-aux/flatpak directory
* update workflows to new manifests locations
* update README
2022-08-28 03:48:58 +02:00

19 lines
482 B
Meson

blueprints = custom_target('blueprints',
input: files(
'error.blp',
'palette_shades.blp',
'option.blp',
'window.blp',
'app_type_dialog.blp',
'custom_css_group.blp',
'presets_manager_window.blp',
'plugin_row.blp',
'welcome.blp',
'preset_row.blp',
'builtin_preset_row.blp',
'explore_preset_row.blp'
),
output: '.',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],
)