/loggerouter/trunk

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

« back to all changes in this revision

Viewing changes to src/meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2025-06-03 20:51:10 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20250603205110-zfozhyqh8werenbv
* Inital release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
source_files = files([
 
2
  'main.vala',
 
3
  'options.vala',
 
4
  'actionbutton.vala',
 
5
  'application.vala',
 
6
  'action.vala',
 
7
  'tools.vala',
 
8
  'settings.vala',
 
9
  'timer.vala',
 
10
])