]> git.tdb.fi Git - libs/math.git/blobdiff - Build
Add a simple linearly interpolated "spline"
[libs/math.git] / Build
diff --git a/Build b/Build
index 5e5297d3712333bb0e0338e0b12db659961af620..ff363a468083dfec97ff70df63f1b82f1f57cd62 100644 (file)
--- a/Build
+++ b/Build
@@ -4,6 +4,7 @@ package "mspmath"
 
        library "mspmath"
        {
+               source "source/interpolate";
                source "source/linal";
                source "source/geometry";
                install true;
@@ -12,4 +13,11 @@ package "mspmath"
                        map "source" "include/msp";
                };
        };
+
+       program "raytrace"
+       {
+               source "examples/raytrace.cpp";
+               require "mspcore";
+               use "mspmath";
+       };
 };