]> git.tdb.fi Git - libs/math.git/blob - Build
517bb2d30f831a4cacf0e7cd662dfe0aff2c2fa2
[libs/math.git] / Build
1 package "mspmath"
2 {
3         library "mspmath"
4         {
5                 source "source/linal";
6                 install true;
7                 install_map
8                 {
9                         map "source" "include/msp";
10                 };
11         };
12 };