mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-22 22:00:54 +00:00
15 lines
130 B
Lua
15 lines
130 B
Lua
|
|
project "Bullet3Dynamics"
|
||
|
|
|
||
|
|
language "C++"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
|
||
|
|
includedirs {
|
||
|
|
".."
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
files {
|
||
|
|
"**.cpp",
|
||
|
|
"**.h"
|
||
|
|
}
|