From: Mikko Rasa Date: Sun, 15 Sep 2013 12:40:18 +0000 (+0300) Subject: Mark the library as installable X-Git-Url: http://git.tdb.fi/?p=libs%2Fvr.git;a=commitdiff_plain;h=65e61b81f3759975c11f153a30d88cd2ae2e99b5;hp=88785e36f6c3bc876deebebd81a26c0198f85479 Mark the library as installable --- diff --git a/Build b/Build index baa3e37..b27a592 100644 --- a/Build +++ b/Build @@ -8,5 +8,10 @@ package "mspvr" library "mspvr" { source "source"; + install true; + install_map + { + map "source" "include/msp/vr"; + }; }; };