mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
24 lines
210 B
Lua
24 lines
210 B
Lua
|
|
project "App_WavefrontObjLoader"
|
|
|
|
kind "ConsoleApp"
|
|
|
|
-- defines { }
|
|
|
|
targetdir "../../bin"
|
|
|
|
includedirs
|
|
{
|
|
".","../../src"
|
|
}
|
|
|
|
|
|
links { "Bullet3Common" }
|
|
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
}
|
|
|