diff --git a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt --- a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt +++ b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt @@ -38,6 +38,11 @@ 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