[linux vulkan] Remove linking directly with vulkan
Using volk means vulkan linking is done at runtime with the dl library.
This commit is contained in:
@@ -57,5 +57,4 @@ project("xenia-ui-window-vulkan-demo")
|
||||
"xcb",
|
||||
"X11-xcb",
|
||||
"GL",
|
||||
"vulkan",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user