mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
fix premake and cmake for ExampleBrowser
This commit is contained in:
parent
1161a04c56
commit
a0aa963e28
@ -149,7 +149,6 @@ SET(BulletExampleBrowser_SRCS
|
||||
../BulletRobotics/BoxStack.cpp
|
||||
../BulletRobotics/JointLimit.cpp
|
||||
# ../BulletRobotics/GraspBox.cpp
|
||||
../BulletRobotics/FixJointBoxes.cpp
|
||||
|
||||
../TinyRenderer/geometry.cpp
|
||||
../TinyRenderer/model.cpp
|
||||
|
@ -89,7 +89,10 @@ project "App_BulletExampleBrowser"
|
||||
"main.cpp",
|
||||
"ExampleEntries.cpp",
|
||||
"../InverseKinematics/*",
|
||||
"../TinyRenderer/geometry.cpp",
|
||||
"../BulletRobotics/FixJointBoxes.cpp",
|
||||
"../BulletRobotics/BoxStack.cpp",
|
||||
"../BulletRobotics/JointLimit.cpp",
|
||||
"../TinyRenderer/geometry.cpp",
|
||||
"../TinyRenderer/model.cpp",
|
||||
"../TinyRenderer/tgaimage.cpp",
|
||||
"../TinyRenderer/our_gl.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user