2018-04-16 22:34:21 +00:00
|
|
|
executable('write-as-gtk',
|
|
|
|
'application.vala',
|
2018-04-16 22:42:30 +00:00
|
|
|
'window.vala',
|
2018-04-16 22:34:21 +00:00
|
|
|
|
|
|
|
c_args: ['-include', 'config.h'],
|
|
|
|
link_args: '-lm',
|
2018-04-18 00:57:12 +00:00
|
|
|
dependencies: [dependency('gtk+-3.0'),
|
|
|
|
dependency('libsoup-2.4'),
|
|
|
|
dependency('json-glib-1.0')],
|
2018-04-16 22:34:21 +00:00
|
|
|
install: true
|
|
|
|
)
|