diff --git a/examples/ExampleBrowser/CMakeLists.txt b/examples/ExampleBrowser/CMakeLists.txt index 686313f99..87f47f162 100644 --- a/examples/ExampleBrowser/CMakeLists.txt +++ b/examples/ExampleBrowser/CMakeLists.txt @@ -220,12 +220,6 @@ SET(BulletExampleBrowser_SRCS ../MultiThreadedDemo/CommonRigidBodyMTBase.h ../Heightfield/HeightfieldExample.cpp ../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.h ../Tutorial/Dof6ConstraintTutorial.cpp diff --git a/examples/ExampleBrowser/premake4.lua b/examples/ExampleBrowser/premake4.lua index a0b8f1587..5ffba4a9a 100644 --- a/examples/ExampleBrowser/premake4.lua +++ b/examples/ExampleBrowser/premake4.lua @@ -168,7 +168,6 @@ project "App_BulletExampleBrowser" "../Evolution/NN3DWalkers.h", "../Collision/*", "../RoboticsLearning/*", - "../BlockSolver/*", "../Collision/Internal/*", "../Benchmarks/*", "../MultiThreadedDemo/*",