]> git.tdb.fi Git - libs/math.git/blobdiff - Build
Rename AffineTransformation to AffineTransform
[libs/math.git] / Build
diff --git a/Build b/Build
index 20875c46e442db491f61bd0ad9b7456041d5603a..7fa961cbcb4bab1e6dada5febe808308bd219e29 100644 (file)
--- 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;