fixed cmake/jam for HelloWorld sample

This commit is contained in:
ejcoumans
2007-12-15 02:42:33 +00:00
parent a77fca6394
commit 4a3c2506d4
6 changed files with 25 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ if $(GLUT.AVAILABLE) = "yes"
rule BulletBasicDemo
{
Application $(<) : $(>) : noinstall console nomanifest ;
LinkWith $(<) : bulletcollision bulletmath ;
LinkWith $(<) : bulletdynamics bulletcollision bulletmath ;
CFlags $(<) :
[ FIncludes $(TOP)/src ]
;
@@ -62,6 +62,7 @@ SubInclude TOP Demos MultiThreadedDemo ;
#SubInclude TOP Demos ForkLiftDemo ;
SubInclude TOP Demos BulletDinoDemo ;
SubInclude TOP Demos EPAPenDepthDemo ;
SubInclude TOP Demos HelloWorld ;
SubInclude TOP Demos BspDemo ;
SubInclude TOP Demos BasicDemo ;
SubInclude TOP Demos ConvexDecompositionDemo ;