Get rid of gflags alltogether
This commit is contained in:
@@ -14,7 +14,6 @@ project("xenia-ui-vulkan")
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
project_root.."/third_party/vulkan/",
|
||||
})
|
||||
local_platform_files()
|
||||
@@ -29,7 +28,6 @@ project("xenia-ui-window-vulkan-demo")
|
||||
kind("WindowedApp")
|
||||
language("C++")
|
||||
links({
|
||||
"gflags",
|
||||
"imgui",
|
||||
"volk",
|
||||
"xenia-base",
|
||||
@@ -40,7 +38,6 @@ project("xenia-ui-window-vulkan-demo")
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
project_root.."/third_party/vulkan/",
|
||||
})
|
||||
files({
|
||||
|
||||
Reference in New Issue
Block a user