mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 06:04:37 +00:00
12 lines
155 B
Lua
12 lines
155 B
Lua
|
|
project "HACD"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
|
||
|
|
includedirs {"."}
|
||
|
|
if os.is("Linux") then
|
||
|
|
buildoptions{"-fPIC"}
|
||
|
|
end
|
||
|
|
files {
|
||
|
|
"**.cpp",
|
||
|
|
"**.h"
|
||
|
|
}
|