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

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-22 00:30:29 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241222003029-k74ogrm32zobz325
[General] Split libvee into it's own library.

Show diffs side-by-side

added added

removed removed

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