projects
/
platform
/
upstream
/
Vulkan-LoaderAndValidationLayers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb13c2c
)
demos: s/X11_INCLUDE_DIRS/X11_INCLUDE_DIR/ typo
author
Robert Bragg
<robert.bragg@intel.com>
Tue, 27 Sep 2016 20:10:23 +0000
(21:10 +0100)
committer
Robert Bragg
<robert.bragg@intel.com>
Tue, 27 Sep 2016 20:35:51 +0000
(21:35 +0100)
Signed-off-by: Robert Bragg <robert.bragg@intel.com>
demos/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/demos/CMakeLists.txt
b/demos/CMakeLists.txt
index
c720e49
..
b65daaa
100644
(file)
--- a/
demos/CMakeLists.txt
+++ b/
demos/CMakeLists.txt
@@
-89,7
+89,7
@@
if(NOT WIN32)
link_libraries(${XCB_LIBRARIES})
endif()
if(BUILD_WSI_XLIB_SUPPORT)
- include_directories(${X11_INCLUDE_DIR
S
})
+ include_directories(${X11_INCLUDE_DIR})
link_libraries(${X11_LIBRARIES})
endif()
if(BUILD_WSI_WAYLAND_SUPPORT)