Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2022-09-03 02:00:53 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-09-07 01:53:34 +0300
commit0a783b5d3e3378528b73abc155e856750a67e50a (patch)
treeaffbce7beda8d7f2e7cdf6f7feab66a6e5ba1c2e
parenta73cf144174868d4c2a7b09208bb4df046ebcf0b (diff)
build: Also include XCB header path
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21c6352f6..645afe724 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -208,6 +208,7 @@ if(UNIX AND NOT APPLE) # i.e.: Linux
if(BUILD_WSI_XCB_SUPPORT)
find_package(XCB REQUIRED)
+ include_directories(SYSTEM ${XCB_INCLUDE_DIR})
endif()
if(BUILD_WSI_XLIB_SUPPORT)