Skip to content

Commit 1dcc9a5

Browse files
authored
Remove unused vulkan_executor_runner_lib
If some executor_runner needs to use vulkan, just add vulkan_schema and vulkan_backend
1 parent e88aafc commit 1dcc9a5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backends/vulkan/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*(iOS|ios\.toolchain)\.cmake$")
132132
vulkan_backend
133133
)
134134
target_compile_options(vulkan_executor_runner PUBLIC ${VULKAN_CXX_FLAGS})
135-
136-
add_library(vulkan_executor_runner_lib STATIC ${VULKAN_RUNNER_SRCS})
137-
target_link_libraries(
138-
vulkan_executor_runner_lib ${_executor_runner_libs} vulkan_schema
139-
vulkan_backend
140-
)
141-
target_compile_options(vulkan_executor_runner_lib PUBLIC ${VULKAN_CXX_FLAGS})
142135
endif()
143136

144137
# Test targets

0 commit comments

Comments
 (0)