mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
11 lines
153 B
Meson
11 lines
153 B
Meson
if lib_type == 'static'
|
|
compiler_flags += ['-DTVG_STATIC']
|
|
endif
|
|
|
|
if svg2png
|
|
subdir('svg2png')
|
|
endif
|
|
|
|
if lottie2gif
|
|
subdir('lottie2gif')
|
|
endif
|