mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
8 lines
244 B
Meson
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)
|