Clean up customfilter dependencies, support non-single-binary mode
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 8 Nov 2018 12:36:17 +0000 (21:36 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Fri, 9 Nov 2018 01:09:07 +0000 (10:09 +0900)
commitcf2668bb777673ff6e8e0d8ff11b38efb7c71719
tree46c12408b96dbf11ec3d1354429da8eb32971ba9
parent1a5f930a9d4f51c55f17854fe8705e3e05957f9c
Clean up customfilter dependencies, support non-single-binary mode

Building custom filter requires "libtensor_filter.so" only.
Other libraries used by nnstreamer are not necessary for custom filters.
Thus, let them depend on libtensor_filter (or libnnstreamer.so) only.

Plus, by defining "CUSTOMFILTERDEP" CMake variable,
support both SINGLEBINARY and NON-SINGLEBINARY.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
nnstreamer_example/custom_example_LSTM/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
tests/CMakeLists.txt