mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 07:03:46 +00:00
12 lines
No EOL
182 B
Lua
12 lines
No EOL
182 B
Lua
project "ConvexDecomposition"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {".","../../src"}
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |