mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
SubDir TOP Demos OpenGL ;
|
|
|
|
if $(GLUT.AVAILABLE) = "yes"
|
|
{
|
|
|
|
IncludeDir Extras/PhysicsInterface/Common ;
|
|
IncludeDir Extras/PhysicsInterface/CcdPhysics ;
|
|
|
|
Description bulletopenglsupport : "Bullet OpenGL support" ;
|
|
Library bulletopenglsupport :
|
|
[ Wildcard *.h *.cpp ] : noinstall
|
|
;
|
|
CFlags bulletopenglsupport :
|
|
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
|
|
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
|
|
;
|
|
ExternalLibs bulletopenglsupport : GLUT ;
|
|
}
|