/+junk/vala-bit-field

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/vala-bit-field

« back to all changes in this revision

Viewing changes to meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2020-06-05 15:58:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20200605155837-3h8f35s4ms5jm7z3
start of project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project('bitmap_test', ['c', 'vala'], 
 
2
          version: '0.1.0',
 
3
    meson_version: '>= 0.50.0',
 
4
  default_options: [ 'warning_level=2',
 
5
                   ],
 
6
)
 
7
 
 
8
 
 
9
 
 
10
subdir('src')
 
11