summaryrefslogtreecommitdiff
path: root/test/svg/meson.build
blob: 858e9d9cc59368619cfa75dd70f869bedde88fe5 (plain)
1
2
3
4
5
6
7
8
9
if librsvg_dep.found()
  executable('svg-render',
             'svg-render.c',
             dependencies: [libcairo_dep, librsvg_dep])
endif

if cc.links(files(meson.project_source_root() / 'meson-cc-tests/fuzzer.c'), args: '-fsanitize=fuzzer,address')
  subdir('fuzzer')
endif