X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=Build;h=47032c49d60cceabb380eb2fd5e8dd4d467a72c4;hp=444fc30f53dae783b69e73a29d5c8234d93696b8;hb=5b161886744ecbf3960ffe6ee5601df6d4a217ce;hpb=50e9f9ea7f7385a2c5931fca2b8fb1103078e67c diff --git a/Build b/Build index 444fc30..47032c4 100644 --- a/Build +++ b/Build @@ -15,9 +15,16 @@ package "mspnet" install true; }; + headers "msp/http" + { + source "source/http"; + install true; + }; + library "mspnet" { source "source/net"; + source "source/http"; install true; }; @@ -29,4 +36,13 @@ package "mspnet" library "mspnet"; }; }; + + program "httpget" + { + source "examples/httpget.cpp"; + build_info + { + library "mspnet"; + }; + }; };