X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=20875c46e442db491f61bd0ad9b7456041d5603a;hb=7de28b9c89ca4554f5c12746f481f5b385529479;hp=5e5297d3712333bb0e0338e0b12db659961af620;hpb=d12977f0eea8aec74e25402dce05d768556ffaef;p=libs%2Fmath.git diff --git a/Build b/Build index 5e5297d..20875c4 100644 --- a/Build +++ b/Build @@ -12,4 +12,11 @@ package "mspmath" map "source" "include/msp"; }; }; + + program "raytrace" + { + source "examples/raytrace.cpp"; + require "mspcore"; + use "mspmath"; + }; };