thorvg/tools/svg2png/meson.build
Benson Muite ed658cb8bd tools: Use binary names that are not generic
Prevent installation conflicts.
2025-04-02 15:42:47 +09:00

8 lines
244 B
Meson

svg2png_src = files('svg2png.cpp', 'lodepng.cpp')
executable('tvg-svg2png',
svg2png_src,
include_directories : headers,
cpp_args : compiler_flags,
install : true,
link_with : thorvg_lib)