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