mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
SubDir TOP Demos OpenGL ;
|
|
|
|
if $(GLUT.AVAILABLE) = "yes"
|
|
{
|
|
|
|
|
|
Description bulletopenglsupport : "Bullet OpenGL support" ;
|
|
Library bulletopenglsupport :
|
|
[ Wildcard *.h *.cpp ] : noinstall
|
|
;
|
|
|
|
CFlags bulletopenglsupport :
|
|
;
|
|
|
|
LibDepends bulletopenglsupport : bulletdynamics ;
|
|
|
|
ExternalLibs bulletopenglsupport : GLUT ;
|
|
}
|