mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-14 14:28:23 +00:00
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
SubDir TOP Extras ConvexDecomposition ;
|
|
|
|
IncludeDir Extras/ConvexDecomposition ;
|
|
|
|
Library convexdecomposition : [ Wildcard *.h *.cpp ] ;
|
|
CFlags convexdecomposition : [ FIncludes $(TOP)/Extras/Decomposition ] ;
|
|
LibDepends convexdecomposition : ;
|
|
|
|
|
|
InstallHeader [ Wildcard *.h ] : ConvexDecomposition ;
|