rename ObsoleteDemos back to Demos
fix some relative path issues for loading assets
This commit is contained in:
22
Demos/Benchmarks/premake4.lua
Normal file
22
Demos/Benchmarks/premake4.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
project "AppBenchmarks"
|
||||
|
||||
if _OPTIONS["ios"] then
|
||||
kind "WindowedApp"
|
||||
else
|
||||
kind "ConsoleApp"
|
||||
end
|
||||
|
||||
includedirs {"../../src"}
|
||||
|
||||
links {
|
||||
"BulletDynamics","BulletCollision", "LinearMath"
|
||||
}
|
||||
|
||||
language "C++"
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user