]> 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 c0dcafcf6819d5d7d1d48477ebc17d841e44cf2e..5f02b616d90dcb17731ee29f3337172052e91c5d 100644 (file)
--- a/Build
+++ b/Build
@@ -2,8 +2,14 @@
 
 package "mspgltk"
 {
+       version "0.9";
+       description "OpenGL-based widget toolkit";
+
+       tar_file "License.txt";
+
        require "mspgl";
        require "mspgbase";
+       require "mspfs";
 
        library "mspgltk"
        {
@@ -11,4 +17,13 @@ package "mspgltk"
                install true;
                install_headers "msp/gltk";
        };
+
+       program "helloworld"
+       {
+               source "helloworld.cpp";
+               build_info
+               {
+                       library "mspgltk";
+               };
+       };
 };