A Gtk3 app that added 10% tax to a price
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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'])
|
|
|