Add Extras/BulletRobotics, will be installed as 'Extra Libs' using CMake

Reduce size of command-logfile (used in PhysicsServer (Logging) and PhysicsServer (Log Replay))
Make Bullet3Common and BulletInverseDynamics part of core Bullet libraries (not optional)
This commit is contained in:
Erwin Coumans
2017-09-06 13:18:39 -07:00
parent adafcce830
commit 7878f7ace9
8 changed files with 439 additions and 34 deletions

View File

@@ -324,4 +324,4 @@ IF (INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
SET_TARGET_PROPERTIES(App_PhysicsServer_SharedMemory_VR PROPERTIES RELWITHDEBINFO_POSTFIX "_RelWithDebugInfo")
ENDIF(INTERNAL_ADD_POSTFIX_EXECUTABLE_NAMES)
ENDIF(WIN32)
ENDIF(WIN32 OR APPLE)