remove BlockSolver/*

This commit is contained in:
Erwin Coumans
2019-09-11 10:20:37 -07:00
parent 25c61a40b5
commit b86bf6c571
2 changed files with 0 additions and 7 deletions

View File

@@ -220,12 +220,6 @@ SET(BulletExampleBrowser_SRCS
../MultiThreadedDemo/CommonRigidBodyMTBase.h ../MultiThreadedDemo/CommonRigidBodyMTBase.h
../Heightfield/HeightfieldExample.cpp ../Heightfield/HeightfieldExample.cpp
../Heightfield/HeightfieldExample.h ../Heightfield/HeightfieldExample.h
../BlockSolver/btBlockSolver.cpp
../BlockSolver/btBlockSolver.h
../BlockSolver/BlockSolverExample.cpp
../BlockSolver/BlockSolverExample.h
../BlockSolver/RigidBodyBoxes.cpp
../BlockSolver/RigidBodyBoxes.h
../Tutorial/Tutorial.cpp ../Tutorial/Tutorial.cpp
../Tutorial/Tutorial.h ../Tutorial/Tutorial.h
../Tutorial/Dof6ConstraintTutorial.cpp ../Tutorial/Dof6ConstraintTutorial.cpp

View File

@@ -168,7 +168,6 @@ project "App_BulletExampleBrowser"
"../Evolution/NN3DWalkers.h", "../Evolution/NN3DWalkers.h",
"../Collision/*", "../Collision/*",
"../RoboticsLearning/*", "../RoboticsLearning/*",
"../BlockSolver/*",
"../Collision/Internal/*", "../Collision/Internal/*",
"../Benchmarks/*", "../Benchmarks/*",
"../MultiThreadedDemo/*", "../MultiThreadedDemo/*",