]> git.tdb.fi Git - libs/gltk.git/blobdiff - Build
Only pass key and navigation events to enabled widgets
[libs/gltk.git] / Build
diff --git a/Build b/Build
index ea9ef311e155229a61a1bb0b8463e96306dc8e9c..e320c39cd5de424d462468d17809b1f42a71668d 100644 (file)
--- a/Build
+++ b/Build
@@ -20,7 +20,14 @@ package "mspgltk"
 
        program "helloworld"
        {
-               source "helloworld.cpp";
+               source "examples/helloworld.cpp";
+               require "sigc++-2.0";
+               use "mspgltk";
+       };
+
+       program "widgetdemo"
+       {
+               source "examples/widgetdemo";
                require "sigc++-2.0";
                use "mspgltk";
        };