add BspDemo.bsp data file
add sphere2.urdf move btSpatialAlgebra into LinearMath remove some warnings, introduce BT_ZERO, BT_ONE, BT_HALF as defines for 0.f/0., 1.f/1., 0.5f/0.5 respectively
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "Bullet3OpenCL/NarrowphaseCollision/kernels/primitiveContacts.h"
|
||||
|
||||
#ifdef B3_USE_ZLIB
|
||||
#include "../btgui/minizip/unzip.h"
|
||||
#include "minizip/unzip.h"
|
||||
#endif
|
||||
|
||||
#include "Bullet3OpenCL/ParallelPrimitives/b3LauncherCL.h"
|
||||
|
||||
@@ -20,6 +20,7 @@ function createProject(vendor)
|
||||
{
|
||||
".","../gtest-1.7.0/include",
|
||||
"../../src",
|
||||
"../../examples/ThirdPartyLibs", --for unzip
|
||||
}
|
||||
|
||||
links {"gtest",
|
||||
@@ -34,8 +35,8 @@ function createProject(vendor)
|
||||
--you can comment out the following few lines, then you need to unzip the untest_data.zip manually
|
||||
defines {"B3_USE_ZLIB"}
|
||||
files {
|
||||
"../../btgui/minizip/*.c",
|
||||
"../../btgui/zlib/*.c",
|
||||
"../../examples/ThirdPartyLibs/minizip/*.c",
|
||||
"../../examples/ThirdPartyLibs/zlib/*.c",
|
||||
}
|
||||
|
||||
files {
|
||||
|
||||
@@ -15,6 +15,12 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
if os.is("Windows") then
|
||||
--see http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012
|
||||
defines {"_VARIADIC_MAX=10"}
|
||||
end
|
||||
|
||||
links {"LinearMath", "gtest"}
|
||||
|
||||
files {
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
files{"src/gtest-all.cc"}
|
||||
|
||||
--defines {"GTEST_HAS_PTHREAD=1"}
|
||||
|
||||
--see http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012
|
||||
defines {"_VARIADIC_MAX=10"}
|
||||
|
||||
if os.is("Windows") then
|
||||
--see http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012
|
||||
defines {"_VARIADIC_MAX=10"}
|
||||
end
|
||||
|
||||
--targetdir "../../lib"
|
||||
|
||||
|
||||
@@ -12,6 +12,11 @@
|
||||
".","../gtest-1.7.0/include"
|
||||
}
|
||||
|
||||
if os.is("Windows") then
|
||||
--see http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012
|
||||
defines {"_VARIADIC_MAX=10"}
|
||||
end
|
||||
|
||||
-- linkLib "gtest"
|
||||
links "gtest"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user