Oops. Fix premake for xenia-ui-window-vulkan-demo.
This commit is contained in:
parent
fb9eb84893
commit
c11cce2d3b
|
@ -54,3 +54,12 @@ project("xenia-ui-window-vulkan-demo")
|
|||
resincludedirs({
|
||||
project_root,
|
||||
})
|
||||
|
||||
filter("platforms:Linux")
|
||||
links({
|
||||
"X11",
|
||||
"xcb",
|
||||
"X11-xcb",
|
||||
"GL",
|
||||
"vulkan",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue