]> git.tdb.fi Git - libs/game.git/blobdiff - Build
Add an include which is now necessary
[libs/game.git] / Build
diff --git a/Build b/Build
index beae8cded01900b84295026c7bf46ffc93120e77..7548a1a1e678eccf3e3d7c48fac384875edbc960 100644 (file)
--- a/Build
+++ b/Build
@@ -3,7 +3,9 @@ package "mspgame"
        version "0.1";
 
        require "mspcore";
+       require "mspdatafile";
        require "mspmath";
+       require "sigc++-2.0";
 
        build_info
        {
@@ -19,4 +21,23 @@ package "mspgame"
                        map "source" "include/msp";
                };
        };
+
+       library "mspgameview"
+       {
+               source "source/gameview";
+               use "mspgame";
+               require "mspgui";
+               require "mspgl";
+               install true;
+               install_map
+               {
+                       map "source" "include/msp";
+               };
+       };
+
+       program "mspgame-setupgen"
+       {
+               source "tools/setupgen";
+               install true;
+       };
 };