fix linux build (case sensitive folder Test -> test etc)
This commit is contained in:
12
test/gtest-1.7.0/premake4.lua
Normal file
12
test/gtest-1.7.0/premake4.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
project "gtest"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
files{"src/gtest-all.cc"}
|
||||
|
||||
--defines {"GTEST_HAS_PTHREAD=1"}
|
||||
--targetdir "../../lib"
|
||||
|
||||
includedirs {
|
||||
".","include"
|
||||
}
|
||||
Reference in New Issue
Block a user