]> git.tdb.fi Git - libs/game.git/blobdiff - Build
Add a view sub-library, including a Camera component
[libs/game.git] / Build
diff --git a/Build b/Build
index 837d2a2b9ded68f9796ee0b524d163308d9cbf86..15fb6f7d2ebed10c1bed9f1f1100ecd45e96bdf7 100644 (file)
--- a/Build
+++ b/Build
@@ -5,6 +5,9 @@ package "mspgame"
        require "mspcore";
        require "mspdatafile";
        require "mspmath";
+       require "mspgui";
+       require "mspgl";
+       require "sigc++-2.0";
 
        build_info
        {
@@ -20,4 +23,15 @@ package "mspgame"
                        map "source" "include/msp";
                };
        };
+
+       library "mspgameview"
+       {
+               source "source/gameview";
+               use "mspgame";
+               install true;
+               install_map
+               {
+                       map "source" "include/msp";
+               };
+       };
 };