summaryrefslogtreecommitdiffstats
path: root/src/meson.build
blob: b714823424545577307620addbb1d28377eff628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
source_files = [
	'cache.c',
	'datagen.c',
	'io.c',
	'main.c',
	'mergesort.c',
]

header_files = [
	'cache.h',
	'defs.h',
	'datagen.h',
	'io.h',
	'mergesort.h',
]

sources = files(source_files)
sources += files(header_files)