From 6bd9b777f28db4d1c7927f7bb3dced339b0decb5 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 14 Feb 2020 14:17:26 +0200 Subject: add first bits of the I/O wrapper. Signed-off-by: Gediminas Jakutis --- src/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index d639f02..13ff4d7 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,5 +1,11 @@ source_files = [ 'main.c', + 'io.c', +] + +header_files = [ + 'io.h', ] sources = files(source_files) +sources += files(header_files) -- cgit v1.2.3