]> git.tdb.fi Git - libs/core.git/blobdiff - Build
Add types.h
[libs/core.git] / Build
diff --git a/Build b/Build
index d172391103c3d5d57894284d7083105aa5fa5de1..03dc8d22c3625eef39df51cc42ba98003c4203c9 100644 (file)
--- a/Build
+++ b/Build
@@ -11,13 +11,6 @@ package "mspcore"
 
        feature "exception_backtrace" "Generate a backtrace when an exception is thrown.";
 
-       library "mspcore"
-       {
-               source "source/core";
-               source "source/time";
-               install true;
-       };
-
        headers "core"
        {
                source "source/core";
@@ -29,4 +22,18 @@ package "mspcore"
                source "source/time";
                install_headers "msp/time";
        };
+
+       headers "debug"
+       {
+               source "source/debug";
+               install_headers "msp/debug";
+       };
+
+       library "mspcore"
+       {
+               source "source/core";
+               source "source/debug";
+               source "source/time";
+               install true;
+       };
 };