summaryrefslogtreecommitdiff
path: root/tests/custom_op/FillFrom/CMakeLists.txt
blob: ba03e305682b62a7e968858ffecbf91cc85fb2cb (plain)
1
2
3
4
5
6
7
add_nnfw_custom_op_kernel(FillFrom ON kernels/FillFromKernel.cc)
add_nnfw_custom_op_app(FillFrom_runner
                       SOURCES FillFrom_runner.cc
                       KERNELS FillFrom)
install(TARGETS FillFrom_runner DESTINATION tests)
install(DIRECTORY nnpkgs/FillFrom DESTINATION tests/nnpkgs)
install_nnfw_custom_op_kernel(FillFrom tests/nnpkgs/FillFrom)