mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-19 04:29:41 +00:00
19 lines
219 B
Plaintext
19 lines
219 B
Plaintext
SubDir TOP Extras glui ;
|
|
|
|
if $(GLUT.AVAILABLE) = "yes"
|
|
{
|
|
|
|
|
|
Description glui : "glui" ;
|
|
Library glui :
|
|
[ Wildcard *.h *.cpp ] : noinstall
|
|
;
|
|
|
|
CFlags glui :
|
|
;
|
|
|
|
LibDepends glui : ;
|
|
|
|
ExternalLibs glui : GLUT ;
|
|
}
|