Get rid of gflags alltogether
This commit is contained in:
@@ -11,7 +11,6 @@ project("xenia-app")
|
||||
"aes_128",
|
||||
"capstone",
|
||||
"discord-rpc",
|
||||
"gflags",
|
||||
"glew",
|
||||
"glslang-spirv",
|
||||
"imgui",
|
||||
@@ -45,9 +44,6 @@ project("xenia-app")
|
||||
"XBYAK_NO_OP_NAMES",
|
||||
"XBYAK_ENABLE_OMITTED_OPERAND",
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
local_platform_files()
|
||||
files({
|
||||
"xenia_main.cc",
|
||||
@@ -89,6 +85,5 @@ project("xenia-app")
|
||||
if not os.isfile(user_file) then
|
||||
debugdir(project_root)
|
||||
debugargs({
|
||||
"--flagfile=scratch/flags.txt",
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user