mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
8 lines
225 B
Meson
8 lines
225 B
Meson
svg2tvg_src = files('svg2tvg.cpp')
|
|
|
|
executable('svg2tvg',
|
|
svg2tvg_src,
|
|
include_directories : headers,
|
|
cpp_args : compiler_flags,
|
|
install : true,
|
|
link_with : thorvg_lib)
|