We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4695191 commit 639c0caCopy full SHA for 639c0ca
backends/xnnpack/CMakeLists.txt
@@ -100,7 +100,7 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*iOS\.cmake$")
100
#
101
list(TRANSFORM _xnn_executor_runner__srcs PREPEND "${EXECUTORCH_ROOT}/")
102
add_executable(xnn_executor_runner ${_xnn_executor_runner__srcs})
103
- target_link_libraries(xnn_executor_runner xnnpack_backend gflags)
+ target_link_libraries(xnn_executor_runner xnnpack_backend gflags portable_ops_lib)
104
target_compile_options(xnn_executor_runner PUBLIC ${_common_compile_options})
105
endif()
106
0 commit comments