add pybullet.getBasePositionAndOrientation

add missing file to pybullet CMakeLists.txt
This commit is contained in:
Erwin Coumans
2016-05-24 15:29:26 -07:00
parent ef19248daf
commit bd1620eda8
3 changed files with 111 additions and 16 deletions

View File

@@ -48,6 +48,7 @@ SET(pybullet_SRCS
../../examples/Importers/ImportURDFDemo/URDF2Bullet.cpp
../../examples/Importers/ImportURDFDemo/UrdfParser.cpp
../../examples/Importers/ImportURDFDemo/urdfStringSplit.cpp
../../examples/Importers/ImportURDFDemo/DefaultVisualShapeConverter.cpp
../../examples/MultiThreading/b3PosixThreadSupport.cpp
../../examples/MultiThreading/b3Win32ThreadSupport.cpp
../../examples/MultiThreading/b3ThreadSupportInterface.cpp