/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2021-11-15 16:29:17 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20211115162917-yqz4q9epewtpe4p5
Sort of fixed object_to_string ()...
still needs figue out how to do the recurtion propperly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
source_files = []
2
2
 
3
 
subdir ('common')
 
3
subdir ('utils')
4
4
 
5
5
subdir ('libvqdr')
6
6
 
7
 
source_files += files([
8
 
  'main.vala'
9
 
])
10
 
 
11
7
subdir_done ()