thorvg/src/bin/meson.build
Hermet Park f4d284df2a infra: add "all" option for tools.
just for developer convenience.
2021-10-14 14:54:24 +09:00

8 lines
184 B
Meson

if all_tools or get_option('tools').contains('svg2png') == true
subdir('svg2png')
endif
if all_tools or get_option('tools').contains('svg2tvg') == true
subdir('svg2tvg')
endif