X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=20875c46e442db491f61bd0ad9b7456041d5603a;hb=fb9e6b5ff48e10ea2217cf539e0461956abf02cf;hp=517bb2d30f831a4cacf0e7cd662dfe0aff2c2fa2;hpb=839a88cd2b9a2f054323627c4e76cdcefc652c63;p=libs%2Fmath.git diff --git a/Build b/Build index 517bb2d..20875c4 100644 --- a/Build +++ b/Build @@ -1,12 +1,22 @@ package "mspmath" { + require "mspdatafile"; + library "mspmath" { source "source/linal"; + source "source/geometry"; install true; install_map { map "source" "include/msp"; }; }; + + program "raytrace" + { + source "examples/raytrace.cpp"; + require "mspcore"; + use "mspmath"; + }; };