thorvg/tools/lottie2gif/meson.build
Hermet Park de693c3e3e infra: relocate the tools folder.
Collect only library source code in src
2024-06-13 17:52:14 +09:00

8 lines
237 B
Meson

lottie2gif_src = files('lottie2gif.cpp')
executable('lottie2gif',
lottie2gif_src,
include_directories : headers,
cpp_args : compiler_flags,
install : true,
link_with : thorvg_lib)