PPC nativetests require gflags!

This commit is contained in:
Dr. Chat 2017-05-11 11:41:34 -05:00
parent cf838439b7
commit 7eceb9db09
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ project("xenia-cpu-ppc-nativetests")
language("C++")
links({
"xenia-base",
"xenia-core",
"gflags",
})
files({
"ppc_testing_native_main.cc",