/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/utils/meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-21 22:46:57 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241221224657-a16tzudfhsmdctmm
[README]
* Fixed logic error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libvee_source_files = []
 
1
common_source_files = []
2
2
 
3
 
libvee_source_files += files ([
 
3
common_source_files += files ([
 
4
  'exceptions.vala',
4
5
  'fast_number.vala',
5
6
  'logger.vala',
6
7
  'named_vector.vala',