X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=20875c46e442db491f61bd0ad9b7456041d5603a;hb=99ad80a76d53d090ddf602c085d80b675609b8ba;hp=62e7375baa3202bc77181c7db4342eb9b0f4b10f;hpb=6ff13022b53830d35283905d562c2ef3af198cc1;p=libs%2Fmath.git diff --git a/Build b/Build index 62e7375..20875c4 100644 --- a/Build +++ b/Build @@ -1,5 +1,7 @@ package "mspmath" { + require "mspdatafile"; + library "mspmath" { source "source/linal"; @@ -10,4 +12,11 @@ package "mspmath" map "source" "include/msp"; }; }; + + program "raytrace" + { + source "examples/raytrace.cpp"; + require "mspcore"; + use "mspmath"; + }; };