Torque3D/Engine/lib/bullet/examples/ThirdPartyLibs/Wavefront/premake4.lua

24 lines
210 B
Lua
Raw Permalink Normal View History

2022-05-14 03:42:41 +00:00
project "App_WavefrontObjLoader"
kind "ConsoleApp"
-- defines { }
targetdir "../../bin"
includedirs
{
".","../../src"
}
links { "Bullet3Common" }
files {
"**.cpp",
"**.h"
}