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-19 03:41:15 +00:00
|
|
|
dependencies: [dependency('gtk+-3.0')],
|
2018-04-16 22:34:21 +00:00
|
|
|
install: true
|
|
|
|
)
|