2024-10-16 04:41:45 +00:00
|
|
|
blueprints = custom_target(
|
|
|
|
'blueprints',
|
2024-10-19 11:07:22 +00:00
|
|
|
input: files('play_queue.blp', 'play_queue_song.blp', 'setup.blp', 'window.blp'),
|
|
|
|
output: ['play_queue.ui', 'play_queue_song.ui', 'setup.ui', 'window.ui'],
|
2024-10-16 04:41:45 +00:00
|
|
|
command: [
|
|
|
|
find_program('blueprint-compiler'),
|
|
|
|
'batch-compile',
|
|
|
|
'@OUTDIR@',
|
|
|
|
'@CURRENT_SOURCE_DIR@',
|
|
|
|
'@INPUT@',
|
|
|
|
],
|
|
|
|
)
|