forked from AuroraMiddleware/gtk
17518ef89b
We're mixing a lot of styles in the Meson build files. This is an attempt at making everything slightly more consistent in terms of whitespace and indentation.
6 lines
261 B
Meson
6 lines
261 B
Meson
bp_resources = gnome.compile_resources('bloatpad_resources',
|
|
'bloatpad.gresources.xml',
|
|
source_dir: '.')
|
|
|
|
executable('bloatpad', 'bloatpad.c', bp_resources, dependencies: libgtk_dep)
|