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