Oops. Fix premake for xenia-ui-window-vulkan-demo.

This commit is contained in:
gibbed 2018-06-08 10:09:12 -05:00
parent fb9eb84893
commit c11cce2d3b
1 changed files with 9 additions and 0 deletions

View File

@ -54,3 +54,12 @@ project("xenia-ui-window-vulkan-demo")
resincludedirs({
project_root,
})
filter("platforms:Linux")
links({
"X11",
"xcb",
"X11-xcb",
"GL",
"vulkan",
})