serenity/Userland/Libraries/LibELF/CMakeLists.txt
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

1 line
54 B
CMake

serenity_install_sources("Userland/Libraries/LibELF")