mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-19 04:29:41 +00:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
SubDir TOP Extras ConvexDecomposition ;
|
|
|
|
Library convexdecomposition : [ Wildcard *.h *.cpp ] : noinstall ;
|
|
|
|
CFlags convexdecomposition : [ FIncludes $(TOP)/Extras/Decomposition ] ;
|
|
|
|
LibDepends convexdecomposition : ;
|
|
|
|
MsvcGenConfig ConvexDecomposition.INCDIRS : $(TOP)/Extras/ConvexDecomposition ;
|
|
|
|
|
|
#InstallHeader [ Wildcard *.h ] : ConvexDecomposition ;
|