]> git.tdb.fi Git - libs/vr.git/commitdiff
Mark the library as installable
authorMikko Rasa <tdb@tdb.fi>
Sun, 15 Sep 2013 12:40:18 +0000 (15:40 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 15 Sep 2013 12:40:18 +0000 (15:40 +0300)
Build

diff --git a/Build b/Build
index baa3e37ed6c08197a48652022fcf44bf61cda532..b27a5927b71034b68f3929e6943bf55633910055 100644 (file)
--- a/Build
+++ b/Build
@@ -8,5 +8,10 @@ package "mspvr"
        library "mspvr"
        {
                source "source";
        library "mspvr"
        {
                source "source";
+               install true;
+               install_map
+               {
+                       map "source" "include/msp/vr";
+               };
        };
 };
        };
 };