mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +00:00
Bullet Library v2.81
This commit is contained in:
parent
64fef8b2ad
commit
1eb94f4828
462 changed files with 59613 additions and 8036 deletions
11
Engine/lib/bullet/src/BulletDynamics/premake4.lua
Normal file
11
Engine/lib/bullet/src/BulletDynamics/premake4.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
project "BulletDynamics"
|
||||
|
||||
kind "StaticLib"
|
||||
targetdir "../../lib"
|
||||
includedirs {
|
||||
"..",
|
||||
}
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue