]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Add an example that does some directory operations
[libs/core.git] / Build
diff --git a/Build b/Build
index fc7b33a27b94569f6851d500f6996d96a02ef60c..8478fc5bd405f8d75f06be224f86ba0f3da9386a 100644 (file)
--- a/Build
+++ b/Build
@@ -102,6 +102,15 @@ package "mspcore"
                };
        };
 
+       program "syncdir"
+       {
+               source "examples/syncdir.cpp";
+               build_info
+               {
+                       library "mspcore";
+               };
+       };
+
        tarball "@src"
        {
                source "License.txt";