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.
2 parents 09fd5fc + d0e4350 commit 08760b1Copy full SHA for 08760b1
backends/vulkan/CMakeLists.txt
@@ -125,7 +125,12 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*(iOS|ios\.toolchain)\.cmake$")
125
126
add_executable(vulkan_executor_runner ${VULKAN_RUNNER_SRCS})
127
target_link_libraries(
128
- vulkan_executor_runner ${_executor_runner_libs} vulkan_schema
+ vulkan_executor_runner
129
+ gflags
130
+ executorch
131
+ executorch_extensions
132
+ executorch_kernels
133
+ vulkan_schema
134
vulkan_backend
135
)
136
target_compile_options(vulkan_executor_runner PUBLIC ${VULKAN_CXX_FLAGS})
0 commit comments