]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Make the programs use the library and headers from installed locations to work correc...
[libs/core.git] / Build
diff --git a/Build b/Build
index 3ad1eda961bd48fd41a27f35430440cbd1130b62..cb81c573c78fe8e7c878225c5ae8eab000cde9af 100644 (file)
--- a/Build
+++ b/Build
@@ -2,7 +2,10 @@
 
 package "mspstrings"
 {
-       require "mspmisc";
+       version "1.0";
+       description "String utilities library";
+
+       require "mspcore";
 
        library "mspstrings"
        {
@@ -10,4 +13,22 @@ package "mspstrings"
                install true;
                install_headers "msp/strings";
        };
+
+       program "grep"
+       {
+               source "grep.cpp";
+               build_info
+               {
+                       library "mspstrings";
+               };
+       };
+
+       program "transcode"
+       {
+               source "transcode.cpp";
+               build_info
+               {
+                       library "mspstrings";
+               };
+       };
 };