[Example/Meson] Fix the buildbreak of custom_example_tensorrt example
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 14 Oct 2020 07:18:49 +0000 (16:18 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 14 Oct 2020 08:13:49 +0000 (17:13 +0900)
commitfccee3226ae5c48564601671714b55253f175366
treeaedecdad3b00de2483762fa8ac9d04a89ba9ca3e
parent66b72fa563fe4a958cfbac6d524499bb21bef237
[Example/Meson] Fix the buildbreak of custom_example_tensorrt example

Because of the wrong file path in meson script, below error occurs when
running 'meson build' command. This patch fixes that bug.

* Error message: nnstreamer_example/meson.build:98:2: ERROR: File
  nnstreamer_customfilter_example_tensorrt_reshape.cc does not exist.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
nnstreamer_example/meson.build