mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
infa: Install svg2png and svg2tvg.
Meson can install stripped versions to the standards-compliant (or --prefix) location.
This commit is contained in:
parent
0e960e2d2b
commit
baf21761f7
2 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,5 @@ executable('svg2png',
|
|||
svg2png_src,
|
||||
include_directories : headers,
|
||||
cpp_args : compiler_flags,
|
||||
install : true,
|
||||
link_with : thorvg_lib)
|
||||
|
|
|
@ -4,4 +4,5 @@ executable('svg2tvg',
|
|||
svg2tvg_src,
|
||||
include_directories : headers,
|
||||
cpp_args : compiler_flags,
|
||||
install : true,
|
||||
link_with : thorvg_lib)
|
||||
|
|
Loading…
Add table
Reference in a new issue