From 56473644aa260aad93f21050a2064854a3448c13 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 3 Mar 2021 16:04:14 +0200 Subject: now up to 256 bit! Signed-off-by: Gediminas Jakutis --- src/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index aed222e..7f391ab 100644 --- a/src/meson.build +++ b/src/meson.build @@ -4,6 +4,7 @@ source_files = [ 'stream.c', 'main.c', 'mergesort.c', + 'util.h', ] header_files = [ @@ -12,6 +13,7 @@ header_files = [ 'datagen.h', 'stream.h', 'mergesort.h', + 'util.h', ] sources = files(source_files) -- cgit v1.2.3