mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 22:20:12 +00:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
SubDir TOP Demos OpenGL ;
|
|
|
|
if $(GLUT.AVAILABLE) = "yes"
|
|
{
|
|
Description bulletopenglsupport : "Bullet OpenGL support" ;
|
|
Library bulletopenglsupport : [ Wildcard *.h *.cpp ] : noinstall ;
|
|
ExternalLibs bulletopenglsupport : GLUT ;
|
|
}
|