mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
18 lines
613 B
Plaintext
18 lines
613 B
Plaintext
SubDir TOP Extras AlternativeCollisionAlgorithms ;
|
|
|
|
|
|
Library boxbox : [ Wildcard *.h *.cpp ] : noinstall ;
|
|
#internal header path to compile boxbox
|
|
CFlags boxbox : [ FIncludes $(TOP)/Extras/AlternativeCollisionAlgorithms ] ;
|
|
|
|
#expose header include path for apps that depend on AlternativeCollisionAlgorithms
|
|
boxbox.CFLAGS = [ FIncludes $(TOP)/Extras/AlternativeCollisionAlgorithms ] ;
|
|
#same for msvcgen
|
|
MsvcGenConfig boxbox.INCDIRS : $(TOP)/Extras/AlternativeCollisionAlgorithms ;
|
|
|
|
#for the include paths
|
|
LibDepends boxbox : bulletcollision ;
|
|
|
|
|
|
#InstallHeader [ Wildcard *.h ] : AlternativeCollisionAlgorithms ;
|