enable premake4 option --ios and Test_LinearMath
usage: ./premake4_osx --ios xcode4 open xcode4ios/0_Bullet3Solution.xcworkspace
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user