mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
8 lines
241 B
Meson
8 lines
241 B
Meson
lottie2gif_src = files('lottie2gif.cpp')
|
|
|
|
executable('tvg-lottie2gif',
|
|
lottie2gif_src,
|
|
include_directories : headers,
|
|
cpp_args : compiler_flags,
|
|
install : true,
|
|
link_with : thorvg_lib)
|