]> git.tdb.fi Git - libs/gui.git/blobdiff - Build
Reorganize files to separate gbase and input
[libs/gui.git] / Build
diff --git a/Build b/Build
index 338611954e8895141c2d05f90761d77c71302709..17a6fdc19fe005d24e4302b5f487ca83d42da53b 100644 (file)
--- a/Build
+++ b/Build
@@ -27,10 +27,22 @@ package "mspgbase"
                };
        };
 
+       headers "gbase"
+       {
+               source "source/gbase";
+               install_headers "msp/gbase";
+       };
+
+       headers "input"
+       {
+               source "source/input";
+               install_headers "msp/input";
+       };
+
        library "mspgbase"
        {
-               source "source";
+               source "source/gbase";
+               source "source/input";
                install true;
-               install_headers "msp/gbase";
        };
 };