Add gflags to projects that need it only

This commit is contained in:
Dr. Chat
2015-08-22 11:10:16 -05:00
parent b7203c2989
commit f2b2a22687
23 changed files with 45 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ project("xenia-cpu")
})
includedirs({
project_root.."/third_party/llvm/include",
project_root.."/build_tools/third_party/gflags/src",
})
local_platform_files()
local_platform_files("backend")