mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 04:50:31 +00:00
16 lines
180 B
Lua
16 lines
180 B
Lua
|
|
project "BulletFileLoader"
|
||
|
|
|
||
|
|
kind "StaticLib"
|
||
|
|
|
||
|
|
if os.is("Linux") then
|
||
|
|
buildoptions{"-fPIC"}
|
||
|
|
end
|
||
|
|
|
||
|
|
includedirs {
|
||
|
|
"../../../src"
|
||
|
|
}
|
||
|
|
|
||
|
|
files {
|
||
|
|
"**.cpp",
|
||
|
|
"**.h"
|
||
|
|
}
|