Merge pull request #912 from valum-framework/wip/vala-custom-header-and-vapi
vala: Custom header and vapi name (fix #892)pull/634/head
commit
2d058bdcff
4 changed files with 17 additions and 4 deletions
@ -0,0 +1,9 @@ |
||||
project('valatest', 'c', 'vala') |
||||
|
||||
glib = dependency('glib-2.0') |
||||
gobject = dependency('gobject-2.0') |
||||
|
||||
library('foo-1.0', 'foo.vala', |
||||
vala_header: 'foo.h', |
||||
vala_vapi: 'foo.vapi', |
||||
dependencies: [glib, gobject]) |
Loading…
Reference in new issue