]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Add a simple Hello World application to demonstrate the library
[libs/gltk.git] / Build
diff --git a/Build b/Build
index 7afd6c03f4ccf2006ec4a5f1e517c9c1084d96b5..5f02b616d90dcb17731ee29f3337172052e91c5d 100644 (file)
--- a/Build
+++ b/Build
@@ -2,9 +2,14 @@
 
 package "mspgltk"
 {
+       version "0.9";
+       description "OpenGL-based widget toolkit";
+
+       tar_file "License.txt";
+
        require "mspgl";
        require "mspgbase";
-       require "msppath";
+       require "mspfs";
 
        library "mspgltk"
        {
@@ -12,4 +17,13 @@ package "mspgltk"
                install true;
                install_headers "msp/gltk";
        };
+
+       program "helloworld"
+       {
+               source "helloworld.cpp";
+               build_info
+               {
+                       library "mspgltk";
+               };
+       };
 };