Saxum/extern/bullet/Demos/Benchmarks/premake4.lua
Fabian Klemp aeb6218d2d Renaming.
2014-10-24 11:49:46 +02:00

23 lines
257 B
Lua

project "AppBenchmarks"
if _OPTIONS["ios"] then
kind "WindowedApp"
else
kind "ConsoleApp"
end
includedirs {"../../src"}
links {
"BulletDynamics","BulletCollision", "LinearMath"
}
language "C++"
files {
"**.cpp",
"**.h",
}