thorvg/tools/svg2tvg/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
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)