X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=688fe615fe70b98e709894345dcd837b265472d7;hp=3ad1eda961bd48fd41a27f35430440cbd1130b62;hb=5736addc04a55de10add5780d92dcb5ef8b8c390;hpb=9da6abdcabec59f4845da256a8ad75a810ed1589 diff --git a/Build b/Build index 3ad1eda..688fe61 100644 --- a/Build +++ b/Build @@ -2,7 +2,7 @@ package "mspstrings" { - require "mspmisc"; + require "mspcore"; library "mspstrings" { @@ -10,4 +10,15 @@ package "mspstrings" install true; install_headers "msp/strings"; }; + + program "grep" + { + source "grep.cpp"; + build_info + { + incpath "source"; + libpath "."; + library "mspstrings"; + }; + }; };