fix premake and cmake for ExampleBrowser
This commit is contained in:
@@ -149,7 +149,6 @@ SET(BulletExampleBrowser_SRCS
|
|||||||
../BulletRobotics/BoxStack.cpp
|
../BulletRobotics/BoxStack.cpp
|
||||||
../BulletRobotics/JointLimit.cpp
|
../BulletRobotics/JointLimit.cpp
|
||||||
# ../BulletRobotics/GraspBox.cpp
|
# ../BulletRobotics/GraspBox.cpp
|
||||||
../BulletRobotics/FixJointBoxes.cpp
|
|
||||||
|
|
||||||
../TinyRenderer/geometry.cpp
|
../TinyRenderer/geometry.cpp
|
||||||
../TinyRenderer/model.cpp
|
../TinyRenderer/model.cpp
|
||||||
|
|||||||
@@ -89,7 +89,10 @@ project "App_BulletExampleBrowser"
|
|||||||
"main.cpp",
|
"main.cpp",
|
||||||
"ExampleEntries.cpp",
|
"ExampleEntries.cpp",
|
||||||
"../InverseKinematics/*",
|
"../InverseKinematics/*",
|
||||||
"../TinyRenderer/geometry.cpp",
|
"../BulletRobotics/FixJointBoxes.cpp",
|
||||||
|
"../BulletRobotics/BoxStack.cpp",
|
||||||
|
"../BulletRobotics/JointLimit.cpp",
|
||||||
|
"../TinyRenderer/geometry.cpp",
|
||||||
"../TinyRenderer/model.cpp",
|
"../TinyRenderer/model.cpp",
|
||||||
"../TinyRenderer/tgaimage.cpp",
|
"../TinyRenderer/tgaimage.cpp",
|
||||||
"../TinyRenderer/our_gl.cpp",
|
"../TinyRenderer/our_gl.cpp",
|
||||||
|
|||||||
Reference in New Issue
Block a user