Torque3D/Engine/lib/bullet/src/LinearMath/premake4.lua

11 lines
98 B
Lua
Raw Normal View History

2013-07-04 20:50:16 +02:00
project "LinearMath"
2016-12-28 18:32:21 +10:00
2013-07-04 20:50:16 +02:00
kind "StaticLib"
includedirs {
"..",
}
files {
2016-12-28 18:32:21 +10:00
"*.cpp",
"*.h"
}