libvips/libvips/foreign/libnsgif/meson.build

9 lines
133 B
Meson

nsgif_lib = static_library('nsgif',
'libnsgif.h',
'libnsgif.c',
'lzw.c',
'lzw.h',
)
libvips_components += nsgif_lib