moved files around
This commit is contained in:
8
Demos/OpenGL/Jamfile
Normal file
8
Demos/OpenGL/Jamfile
Normal file
@@ -0,0 +1,8 @@
|
||||
SubDir TOP Demos OpenGL ;
|
||||
|
||||
if $(GLUT.AVAILABLE) = "yes"
|
||||
{
|
||||
Description bulletopenglsupport : "Bullet OpenGL support" ;
|
||||
Library bulletopenglsupport : [ Wildcard *.h *.cpp ] : noinstall ;
|
||||
ExternalLibs bulletopenglsupport : GLUT ;
|
||||
}
|
||||
Reference in New Issue
Block a user