2015-05-28 23:05:24 +00:00
|
|
|
|
|
|
|
project "App_SharedMemoryPhysics"
|
|
|
|
|
|
|
|
if _OPTIONS["ios"] then
|
|
|
|
kind "WindowedApp"
|
|
|
|
else
|
|
|
|
kind "ConsoleApp"
|
|
|
|
end
|
|
|
|
|
2015-05-29 18:37:21 +00:00
|
|
|
includedirs {".","../../src", "../ThirdPartyLibs",}
|
2015-05-28 23:05:24 +00:00
|
|
|
|
|
|
|
links {
|
|
|
|
"Bullet3Common", "BulletDynamics","BulletCollision", "LinearMath"
|
|
|
|
}
|
|
|
|
|
|
|
|
language "C++"
|
|
|
|
|
|
|
|
files {
|
2015-09-17 06:09:10 +00:00
|
|
|
"PhysicsClient.cpp",
|
2015-09-25 05:50:34 +00:00
|
|
|
"PhysicsClientSharedMemory.cpp",
|
2015-09-17 06:09:10 +00:00
|
|
|
"PhysicsClientExample.cpp",
|
|
|
|
"PhysicsServerExample.cpp",
|
2015-11-23 04:50:32 +00:00
|
|
|
"PhysicsServerSharedMemory.cpp",
|
|
|
|
"PhysicsServerSharedMemory.h",
|
|
|
|
"PhysicsServer.cpp",
|
|
|
|
"PhysicsServer.h",
|
2015-09-17 06:09:10 +00:00
|
|
|
"main.cpp",
|
|
|
|
"PhysicsClientC_API.cpp",
|
|
|
|
"PhysicsServer.cpp",
|
|
|
|
"PosixSharedMemory.cpp",
|
|
|
|
"Win32SharedMemory.cpp",
|
2016-03-10 22:36:46 +00:00
|
|
|
"InProcessMemory.cpp",
|
2015-11-23 04:50:32 +00:00
|
|
|
"PhysicsDirect.cpp",
|
|
|
|
"PhysicsDirect.h",
|
|
|
|
"PhysicsDirectC_API.cpp",
|
|
|
|
"PhysicsDirectC_API.h",
|
|
|
|
"PhysicsLoopBack.cpp",
|
|
|
|
"PhysicsLoopBack.h",
|
2015-11-23 16:00:42 +00:00
|
|
|
"PhysicsLoopBackC_API.cpp",
|
|
|
|
"PhysicsLoopBackC_API.h",
|
2015-11-23 04:50:32 +00:00
|
|
|
"PhysicsServerCommandProcessor.cpp",
|
|
|
|
"PhysicsServerCommandProcessor.h",
|
2016-06-01 05:55:13 +00:00
|
|
|
"TinyRendererVisualShapeConverter.cpp",
|
|
|
|
"TinyRendererVisualShapeConverter.h",
|
|
|
|
"../TinyRenderer/geometry.cpp",
|
|
|
|
"../TinyRenderer/model.cpp",
|
|
|
|
"../TinyRenderer/tgaimage.cpp",
|
|
|
|
"../TinyRenderer/our_gl.cpp",
|
|
|
|
"../TinyRenderer/TinyRenderer.cpp",
|
|
|
|
"../OpenGLWindow/SimpleCamera.cpp",
|
|
|
|
"../OpenGLWindow/SimpleCamera.h",
|
2015-05-29 18:37:21 +00:00
|
|
|
"../Importers/ImportURDFDemo/ConvertRigidBodies2MultiBody.h",
|
|
|
|
"../Importers/ImportURDFDemo/MultiBodyCreationInterface.h",
|
|
|
|
"../Importers/ImportURDFDemo/MyMultiBodyCreator.cpp",
|
|
|
|
"../Importers/ImportURDFDemo/MyMultiBodyCreator.h",
|
2015-07-04 01:17:14 +00:00
|
|
|
"../Importers/ImportURDFDemo/BulletUrdfImporter.cpp",
|
|
|
|
"../Importers/ImportURDFDemo/BulletUrdfImporter.h",
|
|
|
|
"../Importers/ImportURDFDemo/UrdfParser.cpp",
|
2015-06-29 04:21:57 +00:00
|
|
|
"../Importers/ImportURDFDemo/urdfStringSplit.cpp",
|
|
|
|
"../Importers/ImportURDFDemo/UrdfParser.cpp",
|
|
|
|
"../Importers/ImportURDFDemo/UrdfParser.h",
|
2015-05-29 18:37:21 +00:00
|
|
|
"../Importers/ImportURDFDemo/URDF2Bullet.cpp",
|
|
|
|
"../Importers/ImportURDFDemo/URDF2Bullet.h",
|
2015-07-04 01:17:14 +00:00
|
|
|
"../Utils/b3ResourcePath.cpp",
|
2015-07-15 22:23:40 +00:00
|
|
|
"../Utils/b3Clock.cpp",
|
2015-07-09 21:04:58 +00:00
|
|
|
"../../Extras/Serialize/BulletWorldImporter/*",
|
|
|
|
"../../Extras/Serialize/BulletFileLoader/*",
|
2015-05-29 18:37:21 +00:00
|
|
|
"../Importers/ImportURDFDemo/URDFImporterInterface.h",
|
|
|
|
"../Importers/ImportURDFDemo/URDFJointTypes.h",
|
|
|
|
"../Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp",
|
|
|
|
"../Importers/ImportObjDemo/LoadMeshFromObj.cpp",
|
|
|
|
"../Importers/ImportSTLDemo/ImportSTLSetup.h",
|
|
|
|
"../Importers/ImportSTLDemo/LoadMeshFromSTL.h",
|
|
|
|
"../Importers/ImportColladaDemo/LoadMeshFromCollada.cpp",
|
|
|
|
"../Importers/ImportColladaDemo/ColladaGraphicsInstance.h",
|
|
|
|
"../ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp",
|
|
|
|
"../ThirdPartyLibs/tinyxml/tinystr.cpp",
|
|
|
|
"../ThirdPartyLibs/tinyxml/tinyxml.cpp",
|
|
|
|
"../ThirdPartyLibs/tinyxml/tinyxmlerror.cpp",
|
|
|
|
"../ThirdPartyLibs/tinyxml/tinyxmlparser.cpp",
|
2016-06-20 00:35:25 +00:00
|
|
|
"../Importers/ImportMeshUtility/b3ImportMeshUtility.cpp",
|
|
|
|
"../ThirdPartyLibs/stb_image/stb_image.cpp",
|
2015-05-28 23:05:24 +00:00
|
|
|
}
|
|
|
|
|