initial commit

This commit is contained in:
2018-09-13 16:25:44 -03:00
commit d34bd8f72e
14 changed files with 350 additions and 0 deletions

8
glade/meson.build Normal file
View File

@@ -0,0 +1,8 @@
gen = generator(
find_program('glib-compile-resources'),
arguments: [ '--sourcedir=@SOURCE_DIR@/glade',
'--generate-source',
'--target=@OUTPUT@',
'@INPUT@'],
output: '@PLAINNAME@.c')
main_resource_c = gen.process(['main_resource.xml'])