mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-21 05:04:45 +00:00
13 lines
124 B
Lua
13 lines
124 B
Lua
project "BulletInverseDynamicsUtils"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
"../../src"
|
|
}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.hpp"
|
|
}
|