Fixup the premake files

This commit is contained in:
Dr. Chat
2015-08-29 22:02:02 -05:00
parent 6c83b35003
commit 3d684ac304
18 changed files with 20 additions and 65 deletions

View File

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