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({
|
resincludedirs({
|
||||||
project_root,
|
project_root,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
filter("platforms:Linux")
|
||||||
|
links({
|
||||||
|
"X11",
|
||||||
|
"xcb",
|
||||||
|
"X11-xcb",
|
||||||
|
"GL",
|
||||||
|
"vulkan",
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in New Issue