[mlir][vulkan-runner] Add back accidentially removed header include

Differential Revision: https://reviews.llvm.org/D80149
This commit is contained in:
Lei Zhang 2020-05-17 10:14:36 -04:00
parent bf527a1dc4
commit 715b7d8aa5

View file

@ -38,6 +38,11 @@ if (MLIR_VULKAN_RUNNER_ENABLED)
VulkanRuntime.cpp
)
target_include_directories(vulkan-runtime-wrappers
PUBLIC
${Vulkan_INCLUDE_DIR}
)
# *IMPORTANT*: This library cannot depend on LLVM libraries. Otherwise,
# it may cause LLVM version conflict when used together with other shared
# libraries depending on LLVM. Notably, Mesa, who implemnents Vulkan