X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=f183ff5d02297cc5c9cefd290223e38ed3261951;hb=0202ce51b7a16a4b8cbc9d3257f46ade114eba34;hp=62e7375baa3202bc77181c7db4342eb9b0f4b10f;hpb=6ff13022b53830d35283905d562c2ef3af198cc1;p=libs%2Fmath.git diff --git a/Build b/Build index 62e7375..f183ff5 100644 --- a/Build +++ b/Build @@ -1,7 +1,12 @@ package "mspmath" { + version "1.0"; + + require "mspdatafile"; + library "mspmath" { + source "source/interpolate"; source "source/linal"; source "source/geometry"; install true; @@ -10,4 +15,11 @@ package "mspmath" map "source" "include/msp"; }; }; + + program "raytrace" + { + source "examples/raytrace.cpp"; + require "mspcore"; + use "mspmath"; + }; };