process todo in CMakeLists.txt

This commit is contained in:
erwincoumans
2016-10-22 13:53:44 -07:00
parent 79d9e6b15e
commit 2c6237abda

View File

@@ -133,7 +133,7 @@ SET(ExtendedTutorialsSources
) )
SET(BulletExampleBrowser_SRCS SET(BulletExampleBrowser_SRCS
../CommonInterfaces/CommonTimeWarpBase.h #TODO: This is wrong here, where should it go?
../TinyRenderer/geometry.cpp ../TinyRenderer/geometry.cpp
../TinyRenderer/model.cpp ../TinyRenderer/model.cpp
../TinyRenderer/tgaimage.cpp ../TinyRenderer/tgaimage.cpp
@@ -179,6 +179,7 @@ SET(BulletExampleBrowser_SRCS
../Tutorial/Dof6ConstraintTutorial.h ../Tutorial/Dof6ConstraintTutorial.h
../Evolution/NN3DWalkers.cpp ../Evolution/NN3DWalkers.cpp
../Evolution/NN3DWalkers.h ../Evolution/NN3DWalkers.h
../Evolution/NN3DWalkersTimeWarpBase.h
../ExtendedTutorials/NewtonsRopeCradle.cpp ../ExtendedTutorials/NewtonsRopeCradle.cpp
../ExtendedTutorials/NewtonsRopeCradle.h ../ExtendedTutorials/NewtonsRopeCradle.h
../Collision/CollisionSdkC_Api.cpp ../Collision/CollisionSdkC_Api.cpp