Gradience/data/ui/meson.build
tfuxu 4107c60c2b
frontend: move dialogs to external modules
* move action helper functions to new `utils/actions` helper module
2023-01-03 19:35:21 +01:00

24 lines
653 B
Meson

blueprints = custom_target('blueprints',
input: files(
'error_list_row.blp',
'palette_shades.blp',
'option_row.blp',
'window.blp',
'log_out_dialog.blp',
'app_type_dialog.blp',
'custom_css_group.blp',
'presets_manager_window.blp',
'preferences_window.blp',
'plugin_row.blp',
'welcome_window.blp',
'preset_row.blp',
'builtin_preset_row.blp',
'explore_preset_row.blp',
'save_dialog.blp',
'repo_row.blp',
'no_plugin_window.blp',
'share_window.blp',
),
output: '.',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@']
)