/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: 2020-06-07 18:48:24 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20200607184824-jf14f7a1b1di2i2q
* Initial code - far from done

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
 
3
6
libvqdr_source_files += files([
4
7
  'context.vala',
5
8
  'dice.vala',
6
 
  'exceptions.vala',
7
9
  'root_token.vala',
8
10
  'token.vala',
9
11
  'variable.vala',
10
 
  'parser.vala',
11
12
  
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',
17
14
  
18
15
  'operator/add_operator_token.vala',
19
16
  'operator/dice_operator_token.vala',