mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-21 15:32:49 +00:00
8 lines
184 B
Meson
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
|
|
|