[Meson/Example] update script to install python example
authorJaeyun <jy1210.jung@samsung.com>
Wed, 16 Jan 2019 10:30:23 +0000 (19:30 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 17 Jan 2019 12:11:41 +0000 (21:11 +0900)
update script to install python example in image-classification

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
nnstreamer_example/example_filter/meson.build

index bdaddcf..f8b11d2 100644 (file)
@@ -4,3 +4,9 @@ nnstreamer_example_filter = executable('nnstreamer_example_filter',
   install: get_option('install-example'),
   install_dir: examples_install_dir
 )
+
+if get_option('install-example')
+  install_data('nnstreamer_example_filter.py',
+    install_dir: examples_install_dir
+  )
+endif