]> git.tdb.fi Git - builder.git/blob - opengl.bpk
Collect libpath for static library dependencies from the libs themselves
[builder.git] / opengl.bpk
1 binary_package "opengl"
2 {
3         if_arch "!windows"
4         {
5                 build_info
6                 {
7                         library "GL";
8                 };
9         };
10
11         if_arch "windows"
12         {
13                 build_info
14                 {
15                         library "opengl32";
16                 };
17         };
18
19         header "GL/gl.h";
20 };