mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-16 09:55:24 +00:00
10 lines
98 B
Lua
10 lines
98 B
Lua
project "LinearMath"
|
|
|
|
kind "StaticLib"
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|