Commit a69ca605 by Nicolas Capens Committed by Nicolas Capens

Add SPIRV-Tools to the Vulkan build.

Bug b/123642959 Change-Id: I8edc9ac199b2d212b9e563dcc31f9f46757ed596 Reviewed-on: https://swiftshader-review.googlesource.com/c/24351Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 4c9f04bb
...@@ -2205,7 +2205,7 @@ if(BUILD_VULKAN) ...@@ -2205,7 +2205,7 @@ if(BUILD_VULKAN)
PREFIX "" PREFIX ""
) )
set_shared_library_export_map(libvk_swiftshader ${SOURCE_DIR}/Vulkan) set_shared_library_export_map(libvk_swiftshader ${SOURCE_DIR}/Vulkan)
target_link_libraries(libvk_swiftshader ${Reactor} ${OS_LIBS}) target_link_libraries(libvk_swiftshader ${Reactor} ${OS_LIBS} SPIRV-Tools SPIRV-Tools-opt)
add_custom_command( add_custom_command(
TARGET libvk_swiftshader TARGET libvk_swiftshader
POST_BUILD POST_BUILD
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment