mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-11 07:25:40 +00:00
12 lines
120 B
Lua
12 lines
120 B
Lua
project "Bullet3Common"
|
|
|
|
language "C++"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {".."}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|