aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2018-11-12 18:32:06 +0100
committerMike Weiblen <mikew@lunarg.com>2018-11-22 23:21:48 -0700
commitf8ba41796e866b1fdd49c540bd300ab06cd6459e (patch)
tree2e65ae1a483ad0c22e7eb7d6e7b12295988a7c55 /icd
parent08d3f50eb30473dd31d349ec0c99f0c23e67d6e0 (diff)
downloadvulkan-tools-f8ba41796e866b1fdd49c540bd300ab06cd6459e.tar.gz
build: Re-add wayland-client path for mock_icd
Fix issues #1444 and #1989 of Vulkan-LoaderAndValidationLayers **again**. Change-Id: I2c0e95df321ec48ea8fcef94115355ab00e2f088
Diffstat (limited to 'icd')
-rw-r--r--icd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt
index 21abf1c3..b569ab35 100644
--- a/icd/CMakeLists.txt
+++ b/icd/CMakeLists.txt
@@ -158,6 +158,7 @@ endif()
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${VulkanHeaders_INCLUDE_DIR}
+ ${WAYLAND_CLIENT_INCLUDE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${PROJECT_BINARY_DIR}
${CMAKE_BINARY_DIR})