serenity/Userland
Linus Groh f59d58cb76 LibELF+LibTest: Fix serenity_install_sources() paths
Currently we end up with the following:

    serenity/
        AK/
            ...
        Kernel/
            ...
        Libraries/
            LibELF/
            LibTest/
        Userland/
            Libraries/
                <all other libs>
            ...
2021-03-15 09:06:10 +01:00
..
Applications Terminal: Create config file parent directories before unveil()'ing 2021-03-13 18:48:37 +01:00
Demos Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
DevTools UserspaceEmulator: Add SC_rmdir syscall 2021-03-14 21:36:36 +01:00
DynamicLoader Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Games Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Libraries LibELF+LibTest: Fix serenity_install_sources() paths 2021-03-15 09:06:10 +01:00
MenuApplets Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Services Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Shell Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Tests Kernel: Add Test for munmap of multiple regions 2021-03-13 10:00:46 +01:00
Utilities test-compress: Initialize byte buffer with random data 2021-03-14 21:37:29 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00