mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
15 lines
No EOL
193 B
Meson
15 lines
No EOL
193 B
Meson
if (lib_type == 'static')
|
|
compiler_flags += ['-DTVG_STATIC']
|
|
endif
|
|
|
|
if svg2png
|
|
subdir('svg2png')
|
|
endif
|
|
|
|
if svg2tvg
|
|
subdir('svg2tvg')
|
|
endif
|
|
|
|
if lottie2gif
|
|
subdir('lottie2gif')
|
|
endif |