X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=Build;h=ff363a468083dfec97ff70df63f1b82f1f57cd62;hp=5e5297d3712333bb0e0338e0b12db659961af620;hb=HEAD;hpb=d12977f0eea8aec74e25402dce05d768556ffaef diff --git a/Build b/Build index 5e5297d..7fa961c 100644 --- a/Build +++ b/Build @@ -1,9 +1,17 @@ package "mspmath" { + version "1.0"; + require "mspdatafile"; + build_info + { + standard CXX "c++11"; + }; + library "mspmath" { + source "source/interpolate"; source "source/linal"; source "source/geometry"; install true; @@ -12,4 +20,11 @@ package "mspmath" map "source" "include/msp"; }; }; + + program "raytrace" + { + source "examples/raytrace.cpp"; + require "mspcore"; + use "mspmath"; + }; };