Update project structure

This commit is contained in:
kramo
2023-02-19 20:06:45 +01:00
parent e87e96f3c6
commit a0a67fd2ca
10 changed files with 24 additions and 26 deletions

View File

@@ -1,3 +1,22 @@
blueprints = custom_target('blueprints',
input: files(
'gtk/help-overlay.blp',
'gtk/window.blp',
'gtk/game.blp',
'gtk/preferences.blp'
),
output: '.',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],
)
gnome.compile_resources('cartridges',
'cartridges.gresource.xml',
gresource_bundle: true,
install: true,
install_dir: pkgdatadir,
dependencies: blueprints,
)
desktop_file = i18n.merge_file(
input: 'hu.kramo.Cartridges.desktop.in',
output: 'hu.kramo.Cartridges.desktop',