The Android/NEON optimized version of Physics Effects is thanks to Graham Rhodes and Anthony Hamilton, See Issue 587
18 lines
333 B
Lua
18 lines
333 B
Lua
project "0_console_sample"
|
|
|
|
kind "ConsoleApp"
|
|
targetdir "../../../bin"
|
|
includedirs {"../../../include"}
|
|
|
|
links {
|
|
"physicseffects2_lowlevel",
|
|
"physicseffects2_baselevel",
|
|
"physicseffects2_util"
|
|
}
|
|
|
|
files {
|
|
"main.cpp",
|
|
"physics_func.cpp",
|
|
"physics_func.h",
|
|
"../common/perf_func.win32.cpp"
|
|
} |