writeas-gtk/src/meson.build

10 lines
246 B
Meson
Raw Normal View History

executable('com.github.writeas.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',
dependencies: [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')],
2018-04-16 22:34:21 +00:00
install: true
)