X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=Build;h=899274bc948e1c1a7e0c53367c5d7982fc610068;hp=dc20f0e9f6ba52944e6cab719a0184b27319c44a;hb=5d91f9edad6e8a11e21979a6aacb4ec6f2dc63ce;hpb=dbfb303f336037cf7ca4fca3d8bfe504c624b501 diff --git a/Build b/Build index dc20f0e..899274b 100644 --- a/Build +++ b/Build @@ -20,4 +20,13 @@ package "mspnet" source "source"; install true; }; + + program "netcat" + { + source "examples/netcat.cpp"; + build_info + { + library "mspnet"; + }; + }; };