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

@@ -8,6 +8,7 @@ project("xenia-base")
defines({
})
includedirs({
project_root.."/build_tools/third_party/gflags/src",
})
local_platform_files()
removefiles({"main_*.cc"})
@@ -17,6 +18,7 @@ project("xenia-base")
test_suite("xenia-base-tests", project_root, ".", {
includedirs = {
project_root.."/build_tools/third_party/gflags/src",
},
links = {
"xenia-base",