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 e88aafc commit 1dcc9a5Copy full SHA for 1dcc9a5
backends/vulkan/CMakeLists.txt
@@ -132,13 +132,6 @@ if(NOT CMAKE_TOOLCHAIN_FILE MATCHES ".*(iOS|ios\.toolchain)\.cmake$")
132
vulkan_backend
133
)
134
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})
142
endif()
143
144
# Test targets
0 commit comments