[meson] add meson.build for example apps and custom filter
authorsewon.oh <sewon.oh@samsung.com>
Thu, 29 Nov 2018 08:08:31 +0000 (17:08 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 3 Dec 2018 01:46:35 +0000 (01:46 +0000)
commit8ec24ba81173dfe10c35a7abe983bd3d182125ba
tree497650fc8142f3fbca19ef116002be00d3915fce
parentd7276551305827bbfcaf11a34ebfbeea81ff7c30
[meson] add meson.build for example apps and custom filter

For ssat and example, add meson.build

Signed-off-by: sewon.oh <sewon.oh@samsung.com>
19 files changed:
gst/tensor_decoder/meson.build
gst/tensor_filter/meson.build
meson.build
meson_options.txt [new file with mode: 0644]
nnstreamer_example/custom_example_LSTM/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_RNN/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_average/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_opencv/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_passthrough/meson.build [new file with mode: 0644]
nnstreamer_example/custom_example_scaler/meson.build [new file with mode: 0644]
nnstreamer_example/example_cam/meson.build [new file with mode: 0644]
nnstreamer_example/example_decoder_image_labelling/meson.build [new file with mode: 0644]
nnstreamer_example/example_filter/meson.build [new file with mode: 0644]
nnstreamer_example/example_filter_performance_profile/meson.build [new file with mode: 0644]
nnstreamer_example/example_object_detection/meson.build [new file with mode: 0644]
nnstreamer_example/example_sink/meson.build [new file with mode: 0644]
nnstreamer_example/meson.build [new file with mode: 0644]
tests/meson.build [new file with mode: 0644]
tests/nnstreamer_tensors/tensors_test/meson.build [new file with mode: 0644]