Write.as GTK desktop app https://write.as/apps/desktop
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

10 行
195 B

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