thorvg/tools/svg2png/meson.build
Hermet Park de693c3e3e infra: relocate the tools folder.
Collect only library source code in src
2024-06-13 17:52:14 +09:00

8 lines
240 B
Meson

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