Write.as GTK desktop app https://write.as/apps/desktop
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.
 
 
 

11 line
258 B

  1. executable('writeas-gtk',
  2. 'application.vala',
  3. 'window.vala',
  4. 'Widgets/ModeSwitch.vala',
  5. c_args: ['-include', 'config.h'],
  6. link_args: '-lm',
  7. dependencies: [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')],
  8. install: true
  9. )