[Example/Cmake] remove unnecessary link
authorJaeyun <jy1210.jung@samsung.com>
Wed, 12 Dec 2018 04:25:08 +0000 (13:25 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 13 Dec 2018 11:08:32 +0000 (20:08 +0900)
commit867fa915a5204e01262d772174b1ee128f3146bb
treef9971a095ffc68eab2f44e539edec97b280ddaf2
parenta154f9b8a579d3ed8cf2a65f4fcb35a8507d3916
[Example/Cmake] remove unnecessary link

Examples don't need to link nnstreamer libs.
Remove this link and add modules for each examples.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
14 files changed:
nnstreamer_example/CMakeLists.txt
nnstreamer_example/custom_example_LSTM/CMakeLists.txt
nnstreamer_example/custom_example_RNN/CMakeLists.txt
nnstreamer_example/custom_example_average/CMakeLists.txt
nnstreamer_example/custom_example_opencv/CMakeLists.txt
nnstreamer_example/custom_example_passthrough/CMakeLists.txt
nnstreamer_example/custom_example_scaler/CMakeLists.txt
nnstreamer_example/example_cam/CMakeLists.txt
nnstreamer_example/example_decoder_image_labelling/CMakeLists.txt
nnstreamer_example/example_filter/CMakeLists.txt
nnstreamer_example/example_filter_performance_profile/CMakeLists.txt
nnstreamer_example/example_object_detection/CMakeLists.txt
nnstreamer_example/example_sink/CMakeLists.txt
nnstreamer_example/tizen_app_build_example/CMakeLists.txt