mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-10 07:50:44 +00:00
11 lines
128 B
Lua
11 lines
128 B
Lua
|
|
project "BulletDynamics"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
targetdir "../../lib"
|
||
|
|
includedirs {
|
||
|
|
"..",
|
||
|
|
}
|
||
|
|
files {
|
||
|
|
"**.cpp",
|
||
|
|
"**.h"
|
||
|
|
}
|