Files
bullet3/Extras/quickstep/Jamfile

21 lines
558 B
Plaintext

SubDir TOP Extras quickstep ;
#this is a bad global
#IncludeDir Extras/quickstep ;
Library quickstep : [ Wildcard *.h *.cpp ] : noinstall ;
#internal header path to compile quickstep
CFlags quickstep : [ FIncludes $(TOP)/Extras/quickstep ] ;
#expose header include path for apps that depend on quickstep
#QUICKSTEP.CFLAGS = [ FIncludes $(TOP)/Extras/quickstep ] ;
#same for msvcgen
MsvcGenConfig QUICKSTEP.INCDIRS : $(TOP)/Extras/quickstep ;
#for the include paths
LibDepends quickstep : bulletdynamics ;
#InstallHeader [ Wildcard *.h ] : quickstep ;