File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ target_link_options_shared_lib(openvino_backend)
5151if (EXECUTORCH_BUILD_OPENVINO_EXECUTOR_RUNNER)
5252 # Build executor runner binary for openvino backend
5353 list (APPEND openvino_executor_runner_libs openvino_backend executorch)
54-
54+
5555 set (_openvino_executor_runner__srcs
5656 ${EXECUTORCH_ROOT} /examples/portable/executor_runner/executor_runner.cpp
5757 ${EXECUTORCH_ROOT} /extension/data_loader/file_data_loader.cpp
@@ -60,9 +60,9 @@ if(EXECUTORCH_BUILD_OPENVINO_EXECUTOR_RUNNER)
6060 ${EXECUTORCH_ROOT} /extension/runner_util/inputs_portable.cpp
6161 )
6262 add_executable (openvino_executor_runner ${_openvino_executor_runner__srcs} )
63-
63+
6464 list (APPEND openvino_executor_runner_libs)
65-
65+
6666 target_link_libraries (
6767 openvino_executor_runner gflags portable_ops_lib ${openvino_executor_runner_libs}
6868 )
You can’t perform that action at this time.
0 commit comments