File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,10 @@ foreach(fbs_file ${_xnnpack_schema__srcs})
6161endforeach ()
6262
6363if (WIN32 )
64- set (MV_COMMAND powershell -Command "Move-Item -Path ${_xnnpack_flatbuffer__outputs} -Destination ${_xnnpack_schema__outputs} " )
64+ set (MV_COMMAND
65+ powershell -Command
66+ "Move-Item -Path ${_xnnpack_flatbuffer__outputs} -Destination ${_xnnpack_schema__outputs} "
67+ )
6568else ()
6669 set (MV_COMMAND mv ${_xnnpack_flatbuffer__outputs} ${_xnnpack_schema__outputs} )
6770endif ()
@@ -96,7 +99,8 @@ include(cmake/Dependencies.cmake)
9699list (TRANSFORM _xnnpack_backend__srcs PREPEND "${EXECUTORCH_ROOT} /" )
97100add_library (xnnpack_backend ${_xnnpack_backend__srcs} )
98101target_link_libraries (
99- xnnpack_backend PUBLIC ${xnnpack_third_party} executorch_core xnnpack_schema extension_threadpool
102+ xnnpack_backend PUBLIC ${xnnpack_third_party} executorch_core xnnpack_schema
103+ extension_threadpool
100104)
101105
102106target_include_directories (
You can’t perform that action at this time.
0 commit comments