fix linux build (case sensitive folder Test -> test etc)

This commit is contained in:
Erwin Coumans
2014-01-31 22:40:42 -08:00
parent 65cfcdb9ac
commit ac32af2b1c
51 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
project "gtest"
kind "StaticLib"
files{"src/gtest-all.cc"}
--defines {"GTEST_HAS_PTHREAD=1"}
--targetdir "../../lib"
includedirs {
".","include"
}