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

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-22 00:42:11 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241222004211-eg5i6yqp677vmc2n
[libvee/fast_number.vala] Removed debug code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
libvqdr_source_files = []
2
2
 
3
 
#add src/common/ to the mix.
4
 
libvqdr_source_files += common_source_files
5
 
 
6
3
libvqdr_source_files += files([
7
4
  'context.vala',
8
5
  'dice.vala',
 
6
  'exceptions.vala',
9
7
  'root_token.vala',
10
8
  'token.vala',
11
9
  'variable.vala',
 
10
  'parser.vala',
12
11
  
 
12
  'function/abstract_pool_token.vala',
13
13
  'function/function_token.vala',
 
14
  'function/roll_and_keep_functon_token.vala',
 
15
  'function/round_up_function_token.vala',
 
16
  'function/round_down_function_token.vala',
14
17
  
15
18
  'operator/add_operator_token.vala',
16
19
  'operator/dice_operator_token.vala',