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.
 
 
 

12 lines
285 B

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