infa: Install svg2png and svg2tvg.

Meson can install stripped versions to
the standards-compliant (or --prefix) location.
This commit is contained in:
Martin Capitanio 2023-05-19 02:18:10 +02:00 committed by Hermet Park
parent 0e960e2d2b
commit baf21761f7
2 changed files with 2 additions and 0 deletions

View file

@ -4,4 +4,5 @@ executable('svg2png',
svg2png_src,
include_directories : headers,
cpp_args : compiler_flags,
install : true,
link_with : thorvg_lib)

View file

@ -4,4 +4,5 @@ executable('svg2tvg',
svg2tvg_src,
include_directories : headers,
cpp_args : compiler_flags,
install : true,
link_with : thorvg_lib)