enable premake4 option --ios and Test_LinearMath

usage: ./premake4_osx --ios xcode4
open xcode4ios/0_Bullet3Solution.xcworkspace
This commit is contained in:
Erwin Coumans
2015-05-12 09:17:27 -07:00
parent 21430f7d44
commit 074b869a9f
24 changed files with 19370 additions and 21 deletions

View File

@@ -1,14 +1,15 @@
project "AppUnitTest"
project "Test_LinearMath"
if _OPTIONS["ios"] then
kind "WindowedApp"
else
kind "ConsoleApp"
end
targetdir "bin"
includedirs {"../src","Source", "Source/Tests"}
targetdir "../../bin"
includedirs {"../../src","Source", "Source/Tests"}
links {
"BulletDynamics","BulletCollision", "LinearMath"