File: meson.build

package info (click to toggle)
vips 8.14.1-3%2Bdeb12u2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 35,912 kB
  • sloc: ansic: 165,449; cpp: 10,987; python: 4,462; xml: 4,212; sh: 471; perl: 40; makefile: 23
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
nsgif_lib = static_library('nsgif',
    'nsgif.h',
    'gif.c',
    'lzw.c',
    'lzw.h',
)

libvips_components += nsgif_lib