]> git.tdb.fi Git - libs/math.git/blob - Build
Add a loading system for shapes
[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 };