X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=cf72f3dc1231a01bda38af29e17adeb8f9fd6c57;hp=fc7b33a27b94569f6851d500f6996d96a02ef60c;hb=bdea0d5d312658f8ca4a52b2c645ed7c6d78c983;hpb=857c4856742bc3f5b327098b3f82e4cb58644d2b diff --git a/Build b/Build index fc7b33a..cf72f3d 100644 --- a/Build +++ b/Build @@ -19,8 +19,6 @@ package "mspcore" }; }; - feature "exception_backtrace" "Generate a backtrace when an exception is thrown."; - headers "msp/core" { source "source/core"; @@ -102,6 +100,15 @@ package "mspcore" }; }; + program "syncdir" + { + source "examples/syncdir.cpp"; + build_info + { + library "mspcore"; + }; + }; + tarball "@src" { source "License.txt";