X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Build;h=444fc30f53dae783b69e73a29d5c8234d93696b8;hb=50e9f9ea7f7385a2c5931fca2b8fb1103078e67c;hp=dc20f0e9f6ba52944e6cab719a0184b27319c44a;hpb=4cf6ecb96f67cc21e4db0793192a3af308ba76cf;p=libs%2Fnet.git diff --git a/Build b/Build index dc20f0e..444fc30 100644 --- a/Build +++ b/Build @@ -11,13 +11,22 @@ package "mspnet" headers "msp/net" { - source "source"; + source "source/net"; install true; }; library "mspnet" { - source "source"; + source "source/net"; install true; }; + + program "netcat" + { + source "examples/netcat.cpp"; + build_info + { + library "mspnet"; + }; + }; };