]> git.tdb.fi Git - libs/math.git/blobdiff - Build
Use the coverage function to calculate tighter bounding boxes
[libs/math.git] / Build
diff --git a/Build b/Build
index 517bb2d30f831a4cacf0e7cd662dfe0aff2c2fa2..20875c46e442db491f61bd0ad9b7456041d5603a 100644 (file)
--- a/Build
+++ b/Build
@@ -1,12 +1,22 @@
 package "mspmath"
 {
+       require "mspdatafile";
+
        library "mspmath"
        {
                source "source/linal";
+               source "source/geometry";
                install true;
                install_map
                {
                        map "source" "include/msp";
                };
        };
+
+       program "raytrace"
+       {
+               source "examples/raytrace.cpp";
+               require "mspcore";
+               use "mspmath";
+       };
 };