add the 'extras' and Bullet 2 tests, to make it easier to create a new intermediate release
This commit is contained in:
23
test/Bullet2/premake4.lua
Normal file
23
test/Bullet2/premake4.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
project "AppUnitTest"
|
||||
|
||||
if _OPTIONS["ios"] then
|
||||
kind "WindowedApp"
|
||||
else
|
||||
kind "ConsoleApp"
|
||||
end
|
||||
targetdir "bin"
|
||||
|
||||
includedirs {"../src","Source", "Source/Tests"}
|
||||
|
||||
links {
|
||||
"BulletDynamics","BulletCollision", "LinearMath"
|
||||
}
|
||||
|
||||
language "C++"
|
||||
|
||||
files {
|
||||
"Source/**.cpp",
|
||||
"Source/**.h",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user