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

@@ -89,10 +89,10 @@
language "C++"
include "../Test/gtest-1.7.0"
-- include "../Test/hello_gtest"
include "../test/gtest-1.7.0"
-- include "../test/hello_gtest"
include "../Test/TestBullet3OpenCL"
include "../test/TestBullet3OpenCL"
include "../Demos3/AllBullet2Demos"