summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index f94cce4..b714823 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -3,6 +3,7 @@ source_files = [
'datagen.c',
'io.c',
'main.c',
+ 'mergesort.c',
]
header_files = [
@@ -10,6 +11,7 @@ header_files = [
'defs.h',
'datagen.h',
'io.h',
+ 'mergesort.h',
]
sources = files(source_files)