]> git.tdb.fi Git - libs/math.git/blob - Build
Rename the library to mspmath and make linal a sublibrary
[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 };