]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Make this thing actually compile
[libs/core.git] / Build
diff --git a/Build b/Build
index d172391103c3d5d57894284d7083105aa5fa5de1..b7d5d5b717a2155036d4301e27a8a01b41effaac 100644 (file)
--- a/Build
+++ b/Build
@@ -14,6 +14,7 @@ package "mspcore"
        library "mspcore"
        {
                source "source/core";
+               source "source/debug";
                source "source/time";
                install true;
        };
@@ -29,4 +30,10 @@ package "mspcore"
                source "source/time";
                install_headers "msp/time";
        };
+
+       headers "debug"
+       {
+               source "source/debug";
+               install_headers "msp/debug";
+       };
 };