/+junk/codegen

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/codegen

« back to all changes in this revision

Viewing changes to src/meson.build

  • Committer: Gustav Hartvigsson
  • Date: 2022-10-19 21:06:55 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20221019210655-9iqu2dhjbpvedoma
Beep Boop, nothin yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
hfile = configure_file (input : files('version.h.in'),
 
3
  output : 'version.h',
 
4
  configuration : conf)
 
5
 
 
6
conf_inc = include_directories('.')
 
7
 
 
8
source_files = files ([
 
9
  'main.c',
 
10
  'utils.c',
 
11
  'configuration.c'
 
12
])