Split out image loaders into fastiv-io.c

This commit is contained in:
2021-09-20 00:30:20 +02:00
parent c8d408b428
commit e4d1e50c4a
4 changed files with 432 additions and 402 deletions

View File

@@ -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])