remove CommonRigidBodyBase.cpp
This commit is contained in:
@@ -12,14 +12,12 @@ IF (WIN32)
|
|||||||
ADD_EXECUTABLE(App_BasicExample
|
ADD_EXECUTABLE(App_BasicExample
|
||||||
BasicExample.cpp
|
BasicExample.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
../CommonInterfaces/CommonRigidBodyBase.cpp
|
|
||||||
${BULLET_PHYSICS_SOURCE_DIR}/build3/bullet.rc
|
${BULLET_PHYSICS_SOURCE_DIR}/build3/bullet.rc
|
||||||
)
|
)
|
||||||
ELSE()
|
ELSE()
|
||||||
ADD_EXECUTABLE(App_BasicExample
|
ADD_EXECUTABLE(App_BasicExample
|
||||||
BasicExample.cpp
|
BasicExample.cpp
|
||||||
main.cpp
|
main.cpp
|
||||||
../CommonInterfaces/CommonRigidBodyBase.cpp
|
|
||||||
)
|
)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
@@ -55,7 +53,6 @@ SET(AppBasicExampleGui_SRCS
|
|||||||
../ExampleBrowser/OpenGLGuiHelper.cpp
|
../ExampleBrowser/OpenGLGuiHelper.cpp
|
||||||
../ExampleBrowser/GL_ShapeDrawer.cpp
|
../ExampleBrowser/GL_ShapeDrawer.cpp
|
||||||
../ExampleBrowser/CollisionShape2TriangleMesh.cpp
|
../ExampleBrowser/CollisionShape2TriangleMesh.cpp
|
||||||
../CommonInterfaces/CommonRigidBodyBase.cpp
|
|
||||||
../Utils/b3Clock.cpp
|
../Utils/b3Clock.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user