]> git.tdb.fi Git - libs/gltk.git/blob - Build
Avoid autosizing widgets with no style
[libs/gltk.git] / Build
1 package "mspgltk"
2 {
3         version "2.0";
4         description "OpenGL-based widget toolkit";
5
6         require "mspgl";
7         require "mspgui";
8         require "mspcore";
9         require "mspdatafile";
10
11         library "mspgltk"
12         {
13                 source "source";
14                 install true;
15                 install_map
16                 {
17                         map "source" "include/msp/gltk";
18                 };
19         };
20
21         program "helloworld"
22         {
23                 source "helloworld.cpp";
24                 build_info
25                 {
26                         library "mspgltk";
27                 };
28         };
29
30         source_tarball
31         {
32                 source "License.txt";
33                 source "Changelog.txt";
34         };
35 };