]> git.tdb.fi Git - libs/game.git/blobdiff - Build
Schedule systems based on their declared dependencies
[libs/game.git] / Build
diff --git a/Build b/Build
index beae8cded01900b84295026c7bf46ffc93120e77..15fb6f7d2ebed10c1bed9f1f1100ecd45e96bdf7 100644 (file)
--- a/Build
+++ b/Build
@@ -3,7 +3,11 @@ package "mspgame"
        version "0.1";
 
        require "mspcore";
+       require "mspdatafile";
        require "mspmath";
+       require "mspgui";
+       require "mspgl";
+       require "sigc++-2.0";
 
        build_info
        {
@@ -19,4 +23,15 @@ package "mspgame"
                        map "source" "include/msp";
                };
        };
+
+       library "mspgameview"
+       {
+               source "source/gameview";
+               use "mspgame";
+               install true;
+               install_map
+               {
+                       map "source" "include/msp";
+               };
+       };
 };