initial commit
This commit is contained in:
8
glade/meson.build
Normal file
8
glade/meson.build
Normal 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'])
|
Reference in New Issue
Block a user