mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
20 lines
478 B
Plaintext
20 lines
478 B
Plaintext
SubDir TOP Demos MovingConcaveDemo ;
|
|
|
|
#some demos need extra functionality, Collada / ConvexDecomposition etc.
|
|
|
|
rule ExtraDemo1
|
|
|
|
{
|
|
Application $(<) : $(>) : noinstall console nomanifest ;
|
|
LinkWith $(<) : bulletopenglsupport bulletdynamics bulletcollision bulletmath ;
|
|
CFlags $(<) :
|
|
[ FIncludes $(TOP)/Demos/OpenGL ]
|
|
|
|
;
|
|
|
|
MsvcIncDirs $(<) :
|
|
"../../Demos/OpenGL" ;
|
|
}
|
|
|
|
ExtraDemo1 MovingConcaveDemo : [ Wildcard *.h *.cpp ] ;
|