[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:
Sandy Carter
2019-08-21 23:36:49 +02:00
parent 271c91e115
commit 0380067105
3 changed files with 0 additions and 4 deletions

View File

@@ -74,7 +74,6 @@ project("xenia-app")
"X11",
"xcb",
"X11-xcb",
"vulkan",
"SDL2",
})