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

@@ -3,6 +3,7 @@ include(project_root.."/build_tools")
test_suite("xenia-cpu-tests", project_root, ".", {
includedirs = {
project_root.."/build_tools/third_party/gflags/src",
},
links = {
"xenia-base",