Get rid of gflags alltogether
This commit is contained in:
@@ -11,9 +11,6 @@ project("xenia-vfs")
|
||||
})
|
||||
defines({
|
||||
})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
recursive_platform_files()
|
||||
removefiles({"vfs_dump.cc"})
|
||||
|
||||
@@ -22,14 +19,10 @@ project("xenia-vfs-dump")
|
||||
kind("ConsoleApp")
|
||||
language("C++")
|
||||
links({
|
||||
"gflags",
|
||||
"xenia-base",
|
||||
"xenia-vfs",
|
||||
})
|
||||
defines({})
|
||||
includedirs({
|
||||
project_root.."/third_party/gflags/src",
|
||||
})
|
||||
|
||||
files({
|
||||
"vfs_dump.cc",
|
||||
|
||||
Reference in New Issue
Block a user