thorvg/tools/lottie2gif/meson.build
Benson Muite ed658cb8bd tools: Use binary names that are not generic
Prevent installation conflicts.
2025-04-02 15:42:47 +09:00

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)