X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=Build;h=ff363a468083dfec97ff70df63f1b82f1f57cd62;hp=20875c46e442db491f61bd0ad9b7456041d5603a;hb=HEAD;hpb=63b6f5c937a2f0dcf93ef9fd1a586985c32631ce diff --git a/Build b/Build index 20875c4..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;