Add PhysicsEffects to Extras. The build is only tested on Windows and Android.
The Android/NEON optimized version of Physics Effects is thanks to Graham Rhodes and Anthony Hamilton, See Issue 587
This commit is contained in:
12
Extras/PhysicsEffects/src/base_level/premake4.lua
Normal file
12
Extras/PhysicsEffects/src/base_level/premake4.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
project "physicseffects2_baselevel"
|
||||
|
||||
kind "StaticLib"
|
||||
targetdir "../../build/lib"
|
||||
includedirs {
|
||||
".",
|
||||
}
|
||||
files {
|
||||
"**.cpp",
|
||||
"../../include/physics_effects/base_level/**.h"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user