fix premake and cmake for ExampleBrowser

This commit is contained in:
Erwin Coumans
2019-03-15 04:04:51 +00:00
parent 1161a04c56
commit a0aa963e28
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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",