Files
bullet3/Extras/GPUphysics/Jamfile
2006-12-09 01:19:15 +00:00

23 lines
467 B
Plaintext

SubDir TOP Extras GPUphysics ;
if $(GLUT.AVAILABLE) = "yes"
{
# All demo apps have a lot in common, so use this rule to simply things
rule GPUDemo
{
Application $(<) : $(>) : noinstall console nomanifest ;
# LinkWith $(<) : GLUT ;
CFlags $(<) :
[ FIncludes $(TOP)/Demos/OpenGL ]
;
MsvcIncDirs $(<) :
"../../Demos/OpenGL"
;
ExternalLibs GPUphysics : GLUT ;
}
}
GPUDemo GPUphysics : [ Wildcard *.h *.cpp ] ;