projects
/
libs
/
vr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88785e3
)
Mark the library as installable
author
Mikko Rasa
<tdb@tdb.fi>
Sun, 15 Sep 2013 12:40:18 +0000
(15:40 +0300)
committer
Mikko Rasa
<tdb@tdb.fi>
Sun, 15 Sep 2013 12:40:18 +0000
(15:40 +0300)
Build
patch
|
blob
|
history
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";
+ install true;
+ install_map
+ {
+ map "source" "include/msp/vr";
+ };
};
};