mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
12 lines
182 B
Lua
12 lines
182 B
Lua
|
|
project "ConvexDecomposition"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
|
||
|
|
includedirs {".","../../src"}
|
||
|
|
if os.is("Linux") then
|
||
|
|
buildoptions{"-fPIC"}
|
||
|
|
end
|
||
|
|
files {
|
||
|
|
"**.cpp",
|
||
|
|
"**.h"
|
||
|
|
}
|