X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=Build;h=47032c49d60cceabb380eb2fd5e8dd4d467a72c4;hp=899274bc948e1c1a7e0c53367c5d7982fc610068;hb=2d106c4711c2277b9b3a7e53ad66c4bc22a6569f;hpb=5d91f9edad6e8a11e21979a6aacb4ec6f2dc63ce diff --git a/Build b/Build index 899274b..47032c4 100644 --- a/Build +++ b/Build @@ -11,13 +11,20 @@ package "mspnet" headers "msp/net" { - source "source"; + source "source/net"; + install true; + }; + + headers "msp/http" + { + source "source/http"; install true; }; library "mspnet" { - source "source"; + 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"; + }; + }; };