example: introduce a usage of efl animation_view.
[platform/core/uifw/lottie-player.git] / example / meson.build
index 44a0f43..265c9fb 100644 (file)
@@ -46,3 +46,9 @@ executable('vectorTest',
            'vectortest.cpp',
            include_directories : inc,
            dependencies : [library_deps])
+
+executable('efl_animview',
+           'efl_animview.cpp',
+           include_directories : inc,
+           link_with : lottie_player_lib,
+           dependencies : demo_dep)