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