mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Bullet 2.85 update
This commit is contained in:
parent
38bf2b8175
commit
540c9b72c0
391 changed files with 32183 additions and 58559 deletions
10
Engine/lib/bullet/UseBullet.cmake
Normal file
10
Engine/lib/bullet/UseBullet.cmake
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# -*- cmake -*-
|
||||
#
|
||||
# UseBullet.cmake
|
||||
#
|
||||
|
||||
|
||||
add_definitions ( ${BULLET_DEFINITIONS} )
|
||||
include_directories ( ${BULLET_INCLUDE_DIRS} )
|
||||
link_directories ( ${BULLET_LIBRARY_DIRS} )
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue