Torque3D/Engine/lib/bullet/examples/ThirdPartyLibs/Wavefront/premake4.lua
2022-05-13 23:42:41 -04:00

24 lines
210 B
Lua

project "App_WavefrontObjLoader"
kind "ConsoleApp"
-- defines { }
targetdir "../../bin"
includedirs
{
".","../../src"
}
links { "Bullet3Common" }
files {
"**.cpp",
"**.h"
}