summaryrefslogtreecommitdiff
path: root/tests/custom_op/FillFrom/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_op/FillFrom/CMakeLists.txt')
-rw-r--r--tests/custom_op/FillFrom/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/custom_op/FillFrom/CMakeLists.txt b/tests/custom_op/FillFrom/CMakeLists.txt
deleted file mode 100644
index 91349de7a..000000000
--- a/tests/custom_op/FillFrom/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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)