Skip to content

Commit 08760b1

Browse files
committed
Update
[ghstack-poisoned]
2 parents 09fd5fc + d0e4350 commit 08760b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

backends/vulkan/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,12 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*(iOS|ios\.toolchain)\.cmake$")
125125

126126
add_executable(vulkan_executor_runner ${VULKAN_RUNNER_SRCS})
127127
target_link_libraries(
128-
vulkan_executor_runner ${_executor_runner_libs} vulkan_schema
128+
vulkan_executor_runner
129+
gflags
130+
executorch
131+
executorch_extensions
132+
executorch_kernels
133+
vulkan_schema
129134
vulkan_backend
130135
)
131136
target_compile_options(vulkan_executor_runner PUBLIC ${VULKAN_CXX_FLAGS})

0 commit comments

Comments
 (0)