X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Build;h=688fe615fe70b98e709894345dcd837b265472d7;hp=8a7d481ee334aec0c03e8d4198492a1b61695448;hb=f3afcce30a6213fedba4330a5c0b1edc5b528b70;hpb=3ab2746e9f0626d691d8946d50ed399d45e9f770 diff --git a/Build b/Build index 8a7d481..688fe61 100644 --- a/Build +++ b/Build @@ -10,4 +10,15 @@ package "mspstrings" install true; install_headers "msp/strings"; }; + + program "grep" + { + source "grep.cpp"; + build_info + { + incpath "source"; + libpath "."; + library "mspstrings"; + }; + }; };