]> git.tdb.fi Git - builder.git/blob - opengles.bpk
Collect libpath for static library dependencies from the libs themselves
[builder.git] / opengles.bpk
1 binary_package "opengles"
2 {
3         build_info
4         {
5                 library "GLESv2";
6                 library "EGL";
7         };
8         header "GLES2/gl2.h";
9         header "EGL/egl.h";
10 };