lottie/vector: Added texture and transformation support in brush.
[platform/core/uifw/lottie-player.git] / src / meson.build
1 subdir('vector')
2 subdir('lottie')
3 subdir('binding')
4
5 library_deps  = vector_dep
6 library_deps += lottie_dep
7 library_deps += binding_dep
8
9 lottie_player_lib = shared_library( 'lottie-player',
10                                     include_directories : inc,
11                                     version             : lottie_player_lib_version,
12                                     dependencies        : library_deps,
13                                     install             : true
14                                   )