xref: /haiku/src/tests/kits/opengl/direct_mode/Jamfile (revision f5305c806c94ad63bda5f5b8a3036d3d6a7fdebb)
1a8251cf6SPhilippe HoudoinSubDir HAIKU_TOP src tests kits opengl direct_mode ;
2e97e4b74SIngo WeinholdUseBuildFeatureHeaders mesa ;
3*f5305c80SAlexander von Gluck IVUseBuildFeatureHeaders glu ;
4a8251cf6SPhilippe Houdoin
5582c9735SAlexander von Gluck IVlocal sources =
6a8251cf6SPhilippe Houdoin	GLDirectMode.cpp
7582c9735SAlexander von Gluck IV;
8582c9735SAlexander von Gluck IV
9*f5305c80SAlexander von Gluck IVIncludes [ FGristFiles $(sources) ]
10*f5305c80SAlexander von Gluck IV	:
11*f5305c80SAlexander von Gluck IV	[ BuildFeatureAttribute mesa : headers ]
12*f5305c80SAlexander von Gluck IV	[ BuildFeatureAttribute glu : headers ]
13*f5305c80SAlexander von Gluck IV;
14582c9735SAlexander von Gluck IV
15582c9735SAlexander von Gluck IVSimpleTest GLDirectMode :
16582c9735SAlexander von Gluck IV	$(sources)
17eb45d168SAlexander von Gluck IV	:
18eb45d168SAlexander von Gluck IV	be game $(TARGET_LIBSUPC++)
19eb45d168SAlexander von Gluck IV	[ BuildFeatureAttribute mesa : library ]
20*f5305c80SAlexander von Gluck IV	[ BuildFeatureAttribute glu : library ]
21e2947e53SStephan Aßmus	: GLDirectMode.rdef
22a8251cf6SPhilippe Houdoin;
23