mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-01 09:44:32 +00:00
Moved the addSourceDirectory for physics/Bullet into the Engine/Source/CMakeLists.txt file that way it can actually appear where we expect it to in the solution explorer.
6 lines
350 B
CMake
6 lines
350 B
CMake
Name: bullet_robotics
|
|
Description: Bullet extras that include several utilities for robotics including a urdf parser
|
|
Requires: bullet
|
|
Version: @BULLET_VERSION@
|
|
Libs: -L@CMAKE_INSTALL_PREFIX@/@LIB_DESTINATION@ -lBulletRobotics
|
|
Cflags: @BULLET_DOUBLE_DEF@ -I@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@ -I@CMAKE_INSTALL_PREFIX@/include/bullet_robotics
|