Fix premake filter mistake that broke debug builds (and likely any build other than release)
This commit is contained in:
@@ -15,6 +15,7 @@ project("xenia-ui-vulkan")
|
||||
"/Os",
|
||||
"/O1"
|
||||
})
|
||||
filter {}
|
||||
includedirs({
|
||||
project_root.."/third_party/Vulkan-Headers/include",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user