summaryrefslogtreecommitdiff
path: root/tests/custom_op/FillFrom/CMakeLists.txt
blob: 91349de7a965b79a3f4f87d17198110cb2f99f6e (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 test)
install(DIRECTORY nnpkgs/FillFrom DESTINATION test/nnpkgs)
install_nnfw_custom_op_kernel(FillFrom test/nnpkgs/FillFrom)