]> git.tdb.fi Git - libs/crypto.git/blobdiff - Build
Use BlockHash as base class of MD5 as well
[libs/crypto.git] / Build
diff --git a/Build b/Build
index 003e9e32f2de440543802c18654ce54efa76c627..9b96d9e120023ba37f317dc7aa46eccd25200ec4 100644 (file)
--- a/Build
+++ b/Build
@@ -14,4 +14,10 @@ package "mspcrypto"
                        map "source" "include/msp/crypto";
                };
        };
+
+       program "checksum"
+       {
+               source "examples/checksum.cpp";
+               use "mspcrypto";
+       };
 };