add preliminary glut replacement test for Bullet 2.x demos
This commit is contained in:
34
Demos3/BasicDemoCustomOpenGL2/premake4.lua
Normal file
34
Demos3/BasicDemoCustomOpenGL2/premake4.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
project "App_BasicDemoCustomOpenGL2"
|
||||
|
||||
kind "ConsoleApp"
|
||||
targetdir "../../bin"
|
||||
|
||||
includedirs {
|
||||
"../../src",
|
||||
"../../btgui"
|
||||
}
|
||||
|
||||
defines { "DONT_USE_GLUT"}
|
||||
|
||||
initOpenGL()
|
||||
initGlew()
|
||||
|
||||
links {
|
||||
"OpenGL_Window","BulletDynamics", "BulletCollision", "LinearMath"
|
||||
}
|
||||
|
||||
files {
|
||||
"*.cpp" ,
|
||||
"*.h",
|
||||
"../../Demos/BasicDemo/BasicDemoPhysicsSetup.cpp",
|
||||
"../../Demos/BasicDemo/BasicDemoPhysicsSetup.h",
|
||||
"../../Demos/OpenGL/DemoApplication.cpp",
|
||||
"../../Demos/OpenGL/DemoApplication.h",
|
||||
"../../Demos/OpenGL/GL_ShapeDrawer.cpp",
|
||||
"../../Demos/OpenGL/GL_ShapeDrawer.h",
|
||||
"../../Demos/OpenGL/GL_ShapeDrawer.cpp",
|
||||
"../../Demos/OpenGL/GLDebugDrawer.cpp",
|
||||
"../../Demos/OpenGL/GLDebugDrawer.h",
|
||||
"../../Demos/OpenGL/GLDebugFont.cpp",
|
||||
"../../Demos/OpenGL/GLDebugFont.h"
|
||||
}
|
||||
Reference in New Issue
Block a user