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.
 
 
 

10 lines
246 B

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