mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
9 lines
117 B
Lua
9 lines
117 B
Lua
|
|
project "ConvexDecomposition"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
|
||
|
|
includedirs {".","../../src"}
|
||
|
|
files {
|
||
|
|
"**.cpp",
|
||
|
|
"**.h"
|
||
|
|
}
|