Saxum/extern/bullet/Demos/Benchmarks/premake4.lua

23 lines
257 B
Lua
Raw Normal View History

2014-10-24 09:42:47 +00:00
project "AppBenchmarks"
if _OPTIONS["ios"] then
kind "WindowedApp"
else
kind "ConsoleApp"
end
includedirs {"../../src"}
links {
"BulletDynamics","BulletCollision", "LinearMath"
}
language "C++"
files {
"**.cpp",
"**.h",
}