Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / tests / custom_op / FillFrom / CMakeLists.txt
index ba03e30..91349de 100644 (file)
@@ -2,6 +2,6 @@ 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)
+install(TARGETS FillFrom_runner DESTINATION test)
+install(DIRECTORY nnpkgs/FillFrom DESTINATION test/nnpkgs)
+install_nnfw_custom_op_kernel(FillFrom test/nnpkgs/FillFrom)