2018-04-19 20:27:05 +00:00
|
|
|
executable('writeas-gtk',
|
2018-04-16 22:34:21 +00:00
|
|
|
'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-08-25 01:43:00 +00:00
|
|
|
dependencies: [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')],
|
2018-04-16 22:34:21 +00:00
|
|
|
install: true
|
|
|
|
)
|