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