Skip to content

Instantly share code, notes, and snippets.

@arteymix
Created January 18, 2018 03:05
Show Gist options
  • Save arteymix/34436959ab6f0ccaf1a6084164c3b9f0 to your computer and use it in GitHub Desktop.
Save arteymix/34436959ab6f0ccaf1a6084164c3b9f0 to your computer and use it in GitHub Desktop.
project('test', 'c', 'vala')
glib_dep = dependency('glib-2.0')
config = configure_file(input: 'build.vala',
output: 'build.vala',
configuration: configuration_data())
executable('main', ['main.vala', config],
dependencies: [glib_dep])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment