fixes in build system for URDF parser

This commit is contained in:
Erwin Coumans
2015-06-28 21:21:57 -07:00
parent 039174a809
commit f8add8bba0
2 changed files with 14 additions and 4 deletions

View File

@@ -22,8 +22,13 @@ files {
"../Importers/ImportURDFDemo/MultiBodyCreationInterface.h",
"../Importers/ImportURDFDemo/MyMultiBodyCreator.cpp",
"../Importers/ImportURDFDemo/MyMultiBodyCreator.h",
"../Importers/ImportURDFDemo/MyURDFImporter.cpp",
"../Importers/ImportURDFDemo/MyURDFImporter.h",
"../Importers/ImportURDFDemo/ROSURDFImporter.cpp",
"../Importers/ImportURDFDemo/ROSURDFImporter.h",
"../Importers/ImportURDFDemo/BulletURDFImporter.cpp",
"../Importers/ImportURDFDemo/BulletURDFImporter.h",
"../Importers/ImportURDFDemo/urdfStringSplit.cpp",
"../Importers/ImportURDFDemo/UrdfParser.cpp",
"../Importers/ImportURDFDemo/UrdfParser.h",
"../Importers/ImportURDFDemo/URDF2Bullet.cpp",
"../Importers/ImportURDFDemo/URDF2Bullet.h",
"../Importers/ImportURDFDemo/URDFImporterInterface.h",