Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / tests / custom_op / FillFrom / CMakeLists.txt
1 add_nnfw_custom_op_kernel(FillFrom ON kernels/FillFromKernel.cc)
2 add_nnfw_custom_op_app(FillFrom_runner
3                        SOURCES FillFrom_runner.cc
4                        KERNELS FillFrom)
5 install(TARGETS FillFrom_runner DESTINATION test)
6 install(DIRECTORY nnpkgs/FillFrom DESTINATION test/nnpkgs)
7 install_nnfw_custom_op_kernel(FillFrom test/nnpkgs/FillFrom)