This commit is contained in:
kramo
2023-06-26 11:21:42 +02:00
parent 4f7dc8716a
commit 523aa8a82c
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ blueprints = custom_target('blueprints',
'gtk/window.blp',
'gtk/game.blp',
'gtk/preferences.blp',
'gtk/details_window.blp'
'gtk/details-window.blp'
),
output: '.',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],