From e4d1e50c4ab405cecf9da1b5abfd8e0c92d5baef Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Mon, 20 Sep 2021 00:30:20 +0200 Subject: Split out image loaders into fastiv-io.c --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8c97696..deb6b46 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ configure_file( configuration : conf, ) -executable('fastiv', 'fastiv.c', 'fastiv-view.c', +executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c', install : true, dependencies : [dependencies]) -- cgit v1.2.3-54-g00ecf